.rubocop.yml in tileset_tooling-0.0.2 vs .rubocop.yml in tileset_tooling-0.1.0
- old
+ new
@@ -11,9 +11,12 @@
- 'test/**/*.rb'
Metrics/AbcSize:
Max: 50
+Metrics/BlockLength:
+ Max: 50
+
Metrics/CyclomaticComplexity:
Max: 8
Layout/LineLength:
Max: 150
\ No newline at end of file