Skip to content

Commit

Permalink
fix rubocop configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Feb 10, 2021
1 parent 719c5c9 commit bc83659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AllCops:
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
SuggestExtensions: false
Exclude:
- '**/tmp/**/*'
- '**/templates/**/*'
Expand All @@ -22,7 +23,6 @@ AllCops:
Performance:
Exclude:
- '**/test/**/*'
SuggestExtensions: false

# Prefer assert_not over assert !
Rails/AssertNot:
Expand Down

0 comments on commit bc83659

Please sign in to comment.