Skip to content

Commit 471ea99

Browse files
authored
Update .rubocop.yml
Signed-off-by: Jon Daniel <[email protected]>
1 parent dfecac7 commit 471ea99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.rubocop.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ AllCops:
77
NewCops: enable
88
Exclude:
99
- "spec/statistical_accuracy_spec.rb"
10+
- "vendor/**/*.rb"
1011

1112
Style/FrozenStringLiteralComment:
1213
Enabled: false
@@ -46,4 +47,4 @@ Naming/MethodParameterName:
4647
Enabled: false
4748

4849
Layout/LineLength:
49-
Max: 125
50+
Max: 125

0 commit comments

Comments
 (0)