Skip to content

Commit

Permalink
Make RuboCop aware of Rails concerning and delegate methods (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 18, 2023
1 parent 69f6e74 commit 2949153
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions template/.rubocop.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ Lint/AmbiguousBlockAssociation:
Lint/DuplicateBranch:
Enabled: false

Lint/UselessAccessModifier:
ContextCreatingMethods:
- concerning
MethodCreatingMethods:
- delegate

Metrics/AbcSize:
Enabled: false

Expand Down

0 comments on commit 2949153

Please sign in to comment.