Skip to content

Commit

Permalink
Fix rubocop exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Spone committed Feb 23, 2022
1 parent 057bcf8 commit ecbe437
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ AllCops:
TargetRubyVersion: 2.7
NewCops: enable
Exclude:
- 'node_modules/**/*'
- 'tmp/**/*'
- 'vendor/**/*'
- '.git/**/*'
- 'gemfiles/**/*'

Style/StringLiterals:
Expand Down

0 comments on commit ecbe437

Please sign in to comment.