File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
- ' vendor/**/*'
5
5
6
6
Lint/EndAlignment :
7
- AlignWith : variable
7
+ EnforcedStyleAlignWith : variable
8
8
9
9
Lint/UnneededSplatExpansion :
10
10
Enabled : false
@@ -30,14 +30,18 @@ Metrics/MethodLength:
30
30
Metrics/PerceivedComplexity :
31
31
Max : 8
32
32
33
+ Security/MarshalLoad :
34
+ Exclude :
35
+ - ' script/worker_analysis'
36
+
33
37
Style/AccessModifierIndentation :
34
38
EnforcedStyle : outdent
35
39
36
40
Style/Alias :
37
41
EnforcedStyle : prefer_alias_method
38
42
39
43
Style/CaseIndentation :
40
- IndentWhenRelativeTo : end
44
+ EnforcedStyle : end
41
45
42
46
Style/DotPosition :
43
47
EnforcedStyle : trailing
Original file line number Diff line number Diff line change 29
29
s . add_development_dependency 'image_optim_pack' , '~> 0.2' , '>= 0.2.2'
30
30
s . add_development_dependency 'rspec' , '~> 3.0'
31
31
if RUBY_VERSION >= '2.0'
32
- s . add_development_dependency 'rubocop' , '~> 0.37 '
32
+ s . add_development_dependency 'rubocop' , '~> 0.47 '
33
33
end
34
34
end
You can’t perform that action at this time.
0 commit comments