File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,6 @@ AllCops:
3
3
NewCops : enable
4
4
SuggestExtensions : false
5
5
6
- Exclude :
7
- - " _benchmark/**/*"
8
- - " ruby/testdata/example/vendor/**/*"
9
-
10
- # ref. https://github.com/rubocop/rubocop/blob/v1.66.1/config/default.yml
11
- - ' node_modules/**/*'
12
- - ' tmp/**/*'
13
- - ' vendor/**/*'
14
- - ' .git/**/*'
15
-
16
- Gemspec/RequireMFA :
17
- Exclude :
18
- - ruby/testdata/example/example.gemspec
19
-
20
6
Layout/DotPosition :
21
7
EnforcedStyle : trailing
22
8
@@ -41,10 +27,6 @@ Metrics/BlockLength:
41
27
- " *.gemspec"
42
28
- " **/*_spec.rb"
43
29
44
- Metrics/ClassLength :
45
- Exclude :
46
- - " **/*_test.rb"
47
-
48
30
Metrics/CyclomaticComplexity :
49
31
Max : 13
50
32
@@ -54,10 +36,6 @@ Metrics/MethodLength:
54
36
Metrics/PerceivedComplexity :
55
37
Max : 11
56
38
57
- Style/Documentation :
58
- Exclude :
59
- - " **/*_test.rb"
60
-
61
39
Style/FetchEnvVar :
62
40
Enabled : false
63
41
You can’t perform that action at this time.
0 commit comments