Skip to content

Commit 0005bdc

Browse files
committed
Tweak rubocop
1 parent 1f3bff1 commit 0005bdc

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.rubocop.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@ AllCops:
33
NewCops: enable
44
SuggestExtensions: false
55

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-
206
Layout/DotPosition:
217
EnforcedStyle: trailing
228

@@ -41,10 +27,6 @@ Metrics/BlockLength:
4127
- "*.gemspec"
4228
- "**/*_spec.rb"
4329

44-
Metrics/ClassLength:
45-
Exclude:
46-
- "**/*_test.rb"
47-
4830
Metrics/CyclomaticComplexity:
4931
Max: 13
5032

@@ -54,10 +36,6 @@ Metrics/MethodLength:
5436
Metrics/PerceivedComplexity:
5537
Max: 11
5638

57-
Style/Documentation:
58-
Exclude:
59-
- "**/*_test.rb"
60-
6139
Style/FetchEnvVar:
6240
Enabled: false
6341

0 commit comments

Comments
 (0)