.rubocop.yml in airbrussh-1.3.0 vs .rubocop.yml in airbrussh-1.3.1

- old
+ new

@@ -2,11 +2,18 @@ DisplayCopNames: true DisplayStyleGuide: true TargetRubyVersion: 1.9 Exclude: - "*.gemspec" + - "vendor/**/*" +Layout/EndOfLine: + Enabled: false + +Layout/SpaceAroundEqualsInParameterDefault: + EnforcedStyle: no_space + Metrics/AbcSize: Exclude: - "test/**/*" Metrics/MethodLength: @@ -27,14 +34,14 @@ Enabled: false Style/DoubleNegation: Enabled: false +Style/Encoding: + Enabled: false + Style/HashSyntax: EnforcedStyle: hash_rockets - -Style/SpaceAroundEqualsInParameterDefault: - EnforcedStyle: no_space Style/StringLiterals: EnforcedStyle: double_quotes Style/TrivialAccessors: