.rubocop.yml in faker_maker-1.0.0 vs .rubocop.yml in faker_maker-1.0.1
- old
+ new
@@ -1,5 +1,16 @@
Layout/SpaceInsideParens:
Enabled: false
-
+
Metrics/LineLength:
- Max: 120
+ Max: 120
+
+Metrics/ModuleLength:
+ Exclude:
+ - "**/*_spec.rb"
+
+Metrics/BlockLength:
+ Exclude:
+ - "**/*_spec.rb"
+
+Layout/TrailingWhitespace:
+ Enabled: false
\ No newline at end of file