.rubocop.yml in statesman-1.2.3 vs .rubocop.yml in statesman-1.2.4
- old
+ new
@@ -40,5 +40,9 @@
SingleSpaceBeforeFirstArg:
Enabled: false
DotPosition:
EnforcedStyle: trailing
+
+# Allow class and message or instance raises
+Style/RaiseArgs:
+ Enabled: false