Skip to content

Commit 3d6bd48

Browse files
authored
Remove default npm-groovy-lint extra arguments (#1973)
* Remove default npm-groovy-lint extra arguments Fixes #1872 * [MegaLinter] Apply linters fixes Co-authored-by: nvuillam <[email protected]>
1 parent f14608f commit 3d6bd48

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88

99
Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-linter.yml file, or with `oxsecurity/megalinter:beta` docker image
1010

11+
- Remove default npm-groovy-lint extra arguments ([#1872](https://github.com/oxsecurity/megalinter/issues/1872))
12+
1113
- Linter versions upgrades
1214
<!-- linter-versions-end -->
1315

@@ -25,7 +27,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
2527
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.16 to **1.6.21**
2628
- [ansible-lint](https://ansible-lint.readthedocs.io/en/latest/) from 6.7.0 to **6.7.0**
2729
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.10.61 to **0.11.1**
28-
- [black](https://black.readthedocs.io/en/stable/) from 22.8.0 to **22.10.0**
30+
- [black](https://black.readthedocs.io/en/stable/) from 22.8.0 to **22.10.0**
2931
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.66.0 to **0.67.0**
3032
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2022.09.08 to **2022.10.05**
3133
- [djlint](https://djlint.com/) from 1.18.0 to **1.19.1**

megalinter/descriptors/groovy.megalinter-descriptor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ linters:
2323
linter_megalinter_ref_url: https://nvuillam.github.io/npm-groovy-lint/#mega-linter
2424
cli_lint_mode: list_of_files
2525
config_file_name: .groovylintrc.json
26-
cli_lint_extra_args:
27-
- "--failon"
28-
- "info"
2926
cli_sarif_args:
3027
- --output
3128
- sarif

0 commit comments

Comments
 (0)