We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849262a commit 4a7d516Copy full SHA for 4a7d516
.rubocop.yml
@@ -2,6 +2,7 @@ AllCops:
2
Exclude:
3
- 'bin/**/*'
4
- 'assets/**/*'
5
+ - 'vendor/**/*'
6
DisplayCopNames: true
7
TargetRubyVersion: '2.6'
8
NewCops: enable
0 commit comments