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

Bump rubocop from 1.35.1 to 1.36.0 #441

Merged
merged 3 commits into from Sep 6, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -27,7 +27,7 @@ GEM
rake (13.0.6)
regexp_parser (2.5.0)
rexml (3.2.5)
rubocop (1.35.1)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
Expand Down
1 change: 1 addition & 0 deletions rubocop.yml
Expand Up @@ -390,6 +390,7 @@ Style/BisectedAttrAccessor:

Style/CaseEquality:
AllowOnConstant: true
AllowOnSelfClass: true

Style/CaseLikeIf:
Enabled: false
Expand Down
3 changes: 3 additions & 0 deletions test/fixtures/full_config.yml
Expand Up @@ -2096,6 +2096,7 @@ Naming/MethodParameterName:
MinNameLength: 3
AllowNamesEndingInNumbers: true
AllowedNames:
- as
- at
- by
- db
Expand Down Expand Up @@ -2218,6 +2219,7 @@ Style/AccessModifierDeclarations:
- inline
- group
AllowModifiersOnSymbols: true
SafeAutoCorrect: false
Style/AccessorGrouping:
Description: Checks for grouping of accessors in `class` and `module` bodies.
Enabled: false
Expand Down Expand Up @@ -2355,6 +2357,7 @@ Style/CaseEquality:
VersionAdded: '0.9'
VersionChanged: '0.89'
AllowOnConstant: true
AllowOnSelfClass: true
Style/CaseLikeIf:
Description: Identifies places where `if-elsif` constructions can be replaced with
`case-when`.
Expand Down