Skip to content

Commit

Permalink
disable additional rubocop cops
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianmariecom committed Aug 28, 2024
1 parent af5a885 commit aa46397
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ Layout/MultilineOperationIndentation:
Enabled: false
Lint/EmptyClass:
Enabled: false
Lint/MissingSuper:
Enabled: false
Lint/PercentStringArray:
Enabled: false
Lint/ShadowingOuterLocalVariable:
Enabled: false
Lint/SuppressedException:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/BlockLength:
Expand All @@ -48,10 +52,14 @@ Naming/FileName:
Enabled: false
Naming/MethodParameterName:
Enabled: false
Naming/VariableNumber:
Enabled: false
Performance/UnfreezeString:
Enabled: false
RSpec/AnyInstance:
Enabled: false
RSpec/ContextWording:
Enabled: false
RSpec/DescribeClass:
Enabled: false
RSpec/ExampleLength:
Expand Down Expand Up @@ -96,5 +104,5 @@ require:
- rubocop-rspec
- rubocop-rspec_rails
- rubocop-capybara
Lint/MissingSuper:
Style/CaseEquality:
Enabled: false

0 comments on commit aa46397

Please sign in to comment.