.rubocop.yml in creditsafe-0.4.0 vs .rubocop.yml in creditsafe-0.5.0
- old
+ new
@@ -16,6 +16,9 @@
Style/Documentation:
Enabled: false
Metrics/LineLength:
- Max: 90
\ No newline at end of file
+ Max: 90
+
+Metrics/ModuleLength:
+ Max: 120