Skip to content

Commit

Permalink
Disable rubocop suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 27, 2021
1 parent 8405513 commit 458f19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Expand Up @@ -8,6 +8,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 Down

0 comments on commit 458f19a

Please sign in to comment.