config/rubocop.yml in pulis-0.1.2 vs config/rubocop.yml in pulis-0.1.3
- old
+ new
@@ -44,9 +44,13 @@
Metrics/LineLength:
# Max: 180
Enabled: false
+Metrics/BlockLength:
+ Max: 150
+ CountComments: false
+
Lint/UnusedBlockArgument:
Enabled: true
Lint/UnusedMethodArgument:
Enabled: true