Sha256: f56550e712e426710822b1f169f1fe8581b3cce9fa44395d8f8a63905da8afae

Contents?: true

Size: 672 Bytes

Versions: 4

Compression:

Stored size: 672 Bytes

Contents

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

AllCops:
  TargetRubyVersion: 2.2
  TargetRailsVersion: 5.1

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

4 entries across 4 versions & 1 rubygems

Version Path
foreman_docker-5.0.0 .rubocop.yml
foreman_docker-4.1.1 .rubocop.yml
foreman_docker-4.1.0 .rubocop.yml
foreman_docker-4.0.0 .rubocop.yml