.rubocop.yml in bright_serializer-0.2.1 vs .rubocop.yml in bright_serializer-0.2.2
- old
+ new
@@ -1,8 +1,11 @@
require:
- rubocop-performance
- rubocop-rspec
+AllCops:
+ NewCops: enable
+
Metrics/BlockLength:
Enabled: false
Layout/LineLength:
Max: 120
\ No newline at end of file