Sha256: ce2fa3ce63c306f2e06c04fc8990b23ce30f16ca8504c65f5f8a2cc585ad33a9

Contents?: true

Size: 646 Bytes

Versions: 3

Compression:

Stored size: 646 Bytes

Contents

# TODO: remove this file by either moving cops here or fixing code
inherit_from:
  - .rubocop_todo.yml

AllCops:
  TargetRubyVersion: 2.0

Rails: # always run the rails cops
  Enabled: true

# Don't is_a? over kind_of?
Style/ClassCheck:
  Enabled: false

# Don't enforce documentation
Style/Documentation:
  Enabled: false

# Support both ruby19 and hash_rockets
Style/HashSyntax:
  Enabled: false

Style/StringLiterals:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Metrics/ClassLength:
  Exclude:
    - 'test/**/*'

Performance/FixedSize:
  Exclude:
    - 'test/**/*'

Rails/Date:
  Exclude:
   - foreman_docker.gemspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
foreman_docker-3.2.1 .rubocop.yml
foreman_docker-3.2.0 .rubocop.yml
foreman_docker-3.1.0 .rubocop.yml