.rubocop.yml in oneaccess-1.0.1 vs .rubocop.yml in oneaccess-1.1.0
- old
+ new
@@ -10,20 +10,20 @@
Layout/AlignHash:
EnforcedHashRocketStyle: table
EnforcedColonStyle: table
Metrics/ClassLength:
- Max: 120
-
-Metrics/LineLength:
Max: 120
Metrics/AbcSize:
Max: 18
Metrics/ParameterLists:
- Max: 5
+ Max: 7
CountKeywordArgs: false
+
+Metrics/LineLength:
+ Max: 120
AllCops:
TargetRubyVersion: 2.4
DisplayCopNames: true
DisplayStyleGuide: true