Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
"ratpack",
"readdirp",
"regexpp",
"rembert",
"restassured",
"returnrules",
"ruleset",
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

## Beta

## [15.2.2] 2025-10-07

- Fix curly bracket should not get commented out by method comments between parenthesis and curly brackets, by @damien-rembert in <https://github.com/nvuillam/npm-groovy-lint/pull/470>
- Fix Autofix of unnecessary GString leaves invalid code in data provider of spock tests, by @damien-rembert in <https://github.com/nvuillam/npm-groovy-lint/pull/471>
- Upgrade npm dependencies
- Upgrade GitHub Actions dependencies

## [15.2.1] 2025-07-27

- Upgrade npm dependencies
- Use MegaLiter custom flavor
- Use MegaLinter custom flavor

## [15.2.0] 2025-05-11

Expand Down
Loading