Skip to content

Commit

Permalink
Fix rubocop pulling config from gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jane-Terziev committed Jan 19, 2024
1 parent ed12152 commit f9c0d24
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 @@ -2,7 +2,7 @@ AllCops:
TargetRubyVersion: 2.6
Exclude:
- 'spec/**/*.rb'
- 'vendor/'
- 'vendor/bundle/**/*'

Style/StringLiterals:
Enabled: true
Expand Down

0 comments on commit f9c0d24

Please sign in to comment.