We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b627dd4 commit 9ae536aCopy full SHA for 9ae536a
1 file changed
.rubocop.yml
@@ -7,6 +7,7 @@ AllCops:
7
- 'rakelib/**/*'
8
Exclude:
9
- 'build/**/*'
10
+ - 'vendor/**/*'
11
Metrics/AbcSize:
12
Max: 18
13
Metrics/ClassLength:
0 commit comments