.rubocop.yml in statesman-0.2.1 vs .rubocop.yml in statesman-0.3.0
- old
+ new
@@ -11,9 +11,12 @@
Enabled: false
Documentation:
Enabled: false
+SignalException:
+ Enabled: false
+
# Avoid methods longer than 30 lines of code
MethodLength:
CountComments: false # count full line comments?
Max: 15