rules/style_lenient.yml in theforeman-rubocop-0.0.6 vs rules/style_lenient.yml in theforeman-rubocop-0.1.0.pre.1

- old
+ new

@@ -1,18 +1,27 @@ +Naming/VariableNumber: + Enabled: false + # Don't prefer is_a? over kind_of? Style/ClassCheck: Enabled: false +Style/HashAsLastArrayItem: + Enabled: false + # Support both, Ruby 1.9 hashmap and hash-rocket syntax Style/HashSyntax: EnforcedStyle: no_mixed_keys # disabled until we can configure "+" as concat sign Style/LineEndConcatenation: Enabled: false # Both double and single quotes are OK Style/StringLiterals: + Enabled: false + +Style/StringConcatenation: Enabled: false Style/SymbolArray: EnforcedStyle: brackets MinSize: 1