Sha256: 7d8dce65a6eb720e3ee1be2b873e71b10a35aa2bf69ef960430021e258fc6f29

Contents?: true

Size: 448 Bytes

Versions: 2

Compression:

Stored size: 448 Bytes

Contents

# Don't prefer is_a? over kind_of?
Style/ClassCheck:
  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/SymbolArray:
  EnforcedStyle: brackets
  MinSize: 1

Style/WordArray:
  Enabled: false

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
theforeman-rubocop-0.0.6 rules/style_lenient.yml
theforeman-rubocop-0.0.4 rules/style_permissive.yml