.rubocop.yml in statesman-0.7.0 vs .rubocop.yml in statesman-0.8.0

- old
+ new

@@ -1,12 +1,12 @@ # For all options see https://github.com/bbatsov/rubocop/tree/master/config AllCops: - Includes: + Include: - Rakefile - statesman.gemfile - Excludes: + Exclude: - vendor/** StringLiterals: Enabled: false @@ -28,5 +28,11 @@ Encoding: Enabled: false LineLength: Max: 80 + +GuardClause: + Enabled: false + +SingleSpaceBeforeFirstArg: + Enabled: false