Skip to content

Commit

Permalink
feat: disable Style/SafeNavigationChainLength
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 14, 2025
1 parent 299cfd1 commit 8094391
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,18 @@ AllCops:
- db/schema.rb
- vendor/**/*
- .vendor/**/*

Naming/PredicateName:
ForbiddenPrefixes:
- "is_"
- "have_"

Rails/I18nLocaleTexts:
Enabled: false

Style/SafeNavigationChainLength
Enabled: false

Metrics/ClassLength:
Exclude:
- "test/**/*.rb"

0 comments on commit 8094391

Please sign in to comment.