File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- inherit_from : .rubocop_todo.yml
2-
31AllCops :
42 TargetRubyVersion : 2.6
53 NewCops : enable
64
75Layout/FirstArrayElementIndentation :
86 EnforcedStyle : consistent
97
10- Style/StringLiterals :
11- EnforcedStyle : double_quotes
12-
13- Metrics/BlockLength :
14- Exclude :
15- - spec/**/*
16- - " *.gemspec"
17-
188Naming/MethodParameterName :
199 MinNameLength : 2
2010 AllowedNames :
@@ -25,13 +15,41 @@ Naming/FileName:
2515 Exclude :
2616 - ' gemfiles/*.gemfile'
2717
18+ Style/StringLiterals :
19+ EnforcedStyle : double_quotes
20+
2821Style/MultilineBlockChain :
2922 Exclude :
3023 - spec/**/*
3124
32- Metrics/ModuleLength :
25+ Style/Documentation :
26+ Enabled : false
27+
28+ Metrics/BlockLength :
3329 Exclude :
3430 - spec/**/*
31+ - " *.gemspec"
3532
3633Metrics/ParameterLists :
3734 Max : 6
35+
36+ Metrics/AbcSize :
37+ Max : 66
38+
39+ Metrics/ClassLength :
40+ Max : 258
41+
42+ Metrics/CyclomaticComplexity :
43+ Max : 14
44+
45+ Metrics/MethodLength :
46+ Max : 52
47+
48+ Metrics/ModuleLength :
49+ Exclude :
50+ - spec/**/*
51+ Max : 602
52+
53+ Metrics/PerceivedComplexity :
54+ Max : 14
55+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments