Skip to content

Commit

Permalink
Manually disabled a few rubocop cops that depend on arbitrarily chose…
Browse files Browse the repository at this point in the history
…n lengths
  • Loading branch information
noahfpf committed Aug 11, 2024
1 parent cb2f587 commit 48acd5a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,19 @@ Lint/UselessAssignment:
Enabled: false

Metrics/AbcSize:
Max: 32
Enabled: false

Metrics/BlockLength:
Max: 195
Enabled: false

Metrics/ClassLength:
Max: 170
Enabled: false

Metrics/CyclomaticComplexity:
Max: 8
Enabled: false

Metrics/MethodLength:
Max: 23
Enabled: false

Naming/MemoizedInstanceVariableName:
Enabled: false
Expand Down Expand Up @@ -198,7 +198,7 @@ Style/WordArray:
Enabled: false

Layout/LineLength:
Max: 156
Enabled: false

RSpec/AnyInstance:
Enabled: false
Expand All @@ -222,7 +222,7 @@ RSpec/EmptyLineAfterSubject:
Enabled: false

RSpec/ExampleLength:
Max: 34
Enabled: false

RSpec/ExampleWording:
Enabled: false
Expand All @@ -246,16 +246,16 @@ RSpec/MessageSpies:
EnforcedStyle: receive

RSpec/MultipleExpectations:
Max: 16
Enabled: false

RSpec/MultipleMemoizedHelpers:
Max: 6
Enabled: false

RSpec/NamedSubject:
Enabled: false

RSpec/NestedGroups:
Max: 4
Enabled: false

RSpec/NotToNot:
Enabled: false
Expand Down

0 comments on commit 48acd5a

Please sign in to comment.