Skip to content

Commit

Permalink
Exclude options from methods length cop
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Mar 2, 2024
1 parent b9c2891 commit 281de66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Expand Up @@ -16,6 +16,10 @@ AllCops:
Metrics/BlockLength:
Enabled: false

Metrics/MethodLength:
Exclude:
- "lib/rubycritic/configuration.rb"

Layout/LineLength:
Max: 120

Expand Down

0 comments on commit 281de66

Please sign in to comment.