.rubocop.yml in statesman-1.2.2 vs .rubocop.yml in statesman-1.2.3

- old
+ new

@@ -15,15 +15,15 @@ Documentation: Enabled: false SignalException: - Enabled: false + EnforcedStyle: only_raise -# Avoid methods longer than 30 lines of code +# Avoid methods longer than 15 lines of code MethodLength: - CountComments: false # count full line comments? + CountComments: false Max: 15 AbcSize: Max: 25 @@ -38,7 +38,7 @@ Enabled: false SingleSpaceBeforeFirstArg: Enabled: false -Style/DotPosition: - EnforcedStyle: 'trailing' +DotPosition: + EnforcedStyle: trailing