Skip to content

Commit

Permalink
Suppress rubocop extension suggestion (exoego#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
exoego authored Mar 9, 2024
1 parent 73a4b23 commit 24e5c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
SuggestExtensions: false
TargetRubyVersion: 2.5
Exclude:
- 'spec/rails/**/*'
Expand Down

0 comments on commit 24e5c56

Please sign in to comment.