.rubocop.yml in openactive-0.1.2 vs .rubocop.yml in openactive-0.2.0
- old
+ new
@@ -54,15 +54,15 @@
RSpec/NestedGroups:
Max: 5
Style/AsciiComments:
Enabled: false
-Naming/UncommunicativeMethodParamName:
+Naming/MethodParameterName:
AllowedNames:
- as
- id
-Metrics/LineLength:
+Layout/LineLength:
Enabled: true
Max: 120
Exclude:
- 'lib/openactive/models/**/*.rb'
- 'lib/openactive/enums/**/*.rb'