Sha256: 22cc370a6c1b49c74af2b4c50a75709787be801cb536983673a07e5487f55e24

Contents?: true

Size: 579 Bytes

Versions: 4

Compression:

Stored size: 579 Bytes

Contents

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

Style/WordArray:
  Enabled: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
theforeman-rubocop-0.1.2 rules/style_lenient.yml
theforeman-rubocop-0.1.1 rules/style_lenient.yml
theforeman-rubocop-0.1.0 rules/style_lenient.yml
theforeman-rubocop-0.1.0.pre.1 rules/style_lenient.yml