Skip to content

Commit

Permalink
Fix Naming/PredicateName linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Aug 5, 2024
1 parent 0db4174 commit fd5d95d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ Lint/UnreachableLoop:
Enabled: true

Naming/PredicateName:
ForbiddenPrefixes: is_
ForbiddenPrefixes:
- is_

Style/AccessorGrouping:
Enabled: true
Expand Down

0 comments on commit fd5d95d

Please sign in to comment.