.rubocop.yml in oneaccess-0.5.0 vs .rubocop.yml in oneaccess-1.0.0
- old
+ new
@@ -1,15 +1,15 @@
Style/Documentation:
Enabled: false
-Style/ClassAndModuleCamelCase:
+Naming/ClassAndModuleCamelCase:
Enabled: false
Style/StringLiterals:
EnforcedStyle: double_quotes
-Style/AlignHash:
+Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Metrics/ClassLength:
Max: 120
@@ -23,10 +23,10 @@
Metrics/ParameterLists:
Max: 5
CountKeywordArgs: false
AllCops:
- TargetRubyVersion: 2.3
+ TargetRubyVersion: 2.4
DisplayCopNames: true
DisplayStyleGuide: true
Exclude:
- 'spec/**/*'
- 'test/**/*'