Skip to content

Commit

Permalink
Dump full RuboCop config
Browse files Browse the repository at this point in the history
This automated commit dumps the contents of the full RuboCop config.
[dependabot skip]
  • Loading branch information
github-actions[bot] committed Oct 16, 2023
1 parent 20f0065 commit e2becba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,9 @@ Lint/RedundantRegexpQuantifiers:
Lint/RedundantRequireStatement:
Description: Checks for unnecessary `require` statement.
Enabled: false
SafeAutoCorrect: false
VersionAdded: '0.76'
VersionChanged: '1.57'
Lint/RedundantSafeNavigation:
Description: Checks for redundant safe navigation calls.
Enabled: false
Expand Down Expand Up @@ -2488,7 +2490,9 @@ Style/ClassEqualityComparison:
for equality.
StyleGuide: "#instance-of-vs-class-comparison"
Enabled: false
SafeAutoCorrect: false
VersionAdded: '0.93'
VersionChanged: '1.57'
AllowedMethods:
- "=="
- equal?
Expand Down Expand Up @@ -3722,7 +3726,9 @@ Style/RedundantFilterChain:
methods chained to `select`/`filter`/`find_all` and change them to use predicate
method instead.
Enabled: true
SafeAutoCorrect: false
VersionAdded: '1.52'
VersionChanged: '1.57'
Style/RedundantFreeze:
Description: Checks usages of Object#freeze on immutable objects.
Enabled: true
Expand Down Expand Up @@ -3935,6 +3941,10 @@ Style/SingleLineBlockParams:
- inject:
- acc
- elem
Style/SingleLineDoEndBlock:
Description: Checks for single-line `do`...`end` blocks.
Enabled: pending
VersionAdded: '1.57'
Style/SingleLineMethods:
Description: Avoid single-line methods.
StyleGuide: "#no-single-line-methods"
Expand Down

0 comments on commit e2becba

Please sign in to comment.