Skip to content

Commit

Permalink
rubocop: remove --force-exclusion from auto-added parameters (#1290)
Browse files Browse the repository at this point in the history
Fixes #302
  • Loading branch information
nvuillam committed Feb 20, 2022
1 parent 2612648 commit 4935667
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Note: Can be used with `megalinter/megalinter@beta` in your GitHub Action mega-l
- Fixes
- Use latest version of npm
- Generate JSON Schema HTML Documentation when building documentation ([#1287](https://github.com/megalinter/megalinter/issues/1287))
- rubocop: remove `--force-exclusion` from auto-added parameters ([#302](https://github.com/megalinter/megalinter/issues/302))

- Linter versions upgrades
- [cpplint](https://github.com/cpplint/cpplint) from 1.5.5 to **1.6.0** on 2022-02-20
Expand Down
2 changes: 0 additions & 2 deletions megalinter/descriptors/ruby.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ linters:
linter_rules_inline_disable_url: https://docs.rubocop.org/rubocop/0.92/configuration.html#disabling-cops-within-source-code
linter_megalinter_ref_url: https://docs.rubocop.org/rubocop/integration_with_other_tools.html#mega-linter-integration
config_file_name: .ruby-lint.yml
cli_lint_extra_args:
- "--force-exclusion"
cli_lint_fix_arg_name: "--safe-auto-correct"
examples:
- "rubocop --force-exclusion myfile.rb"
Expand Down

0 comments on commit 4935667

Please sign in to comment.