Skip to content

Commit

Permalink
chore: adjust incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jul 23, 2023
1 parent 5d33742 commit f976c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/backend-base/rubocop.yml.tt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Metrics/BlockLength:
- 'config/**/*'
- 'lib/tasks/**/*'

# We generally don't want methods longer than 15 lines, except in migrations where it's probably okay.
# We generally don't want methods longer than 20 lines, except in migrations where it's probably okay.
Metrics/MethodLength:
Max: 20
Exclude:
Expand Down

0 comments on commit f976c51

Please sign in to comment.