Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove default npm-groovy-lint extra arguments #1973

Merged
merged 2 commits into from
Oct 17, 2022
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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

- Remove default npm-groovy-lint extra arguments ([#1872](https://github.com/oxsecurity/megalinter/issues/1872))

- Linter versions upgrades
<!-- linter-versions-end -->

Expand All @@ -25,7 +27,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l
- [actionlint](https://rhysd.github.io/actionlint/) from 1.6.16 to **1.6.21**
- [ansible-lint](https://ansible-lint.readthedocs.io/en/latest/) from 6.7.0 to **6.7.0**
- [bicep_linter](https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/linter) from 0.10.61 to **0.11.1**
- [black](https://black.readthedocs.io/en/stable/) from 22.8.0 to **22.10.0**
- [black](https://black.readthedocs.io/en/stable/) from 22.8.0 to **22.10.0**
- [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.66.0 to **0.67.0**
- [clj-kondo](https://github.com/borkdude/clj-kondo) from 2022.09.08 to **2022.10.05**
- [djlint](https://djlint.com/) from 1.18.0 to **1.19.1**
Expand Down
3 changes: 0 additions & 3 deletions megalinter/descriptors/groovy.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ linters:
linter_megalinter_ref_url: https://nvuillam.github.io/npm-groovy-lint/#mega-linter
cli_lint_mode: list_of_files
config_file_name: .groovylintrc.json
cli_lint_extra_args:
- "--failon"
- "info"
cli_sarif_args:
- --output
- sarif
Expand Down