Sha256: a30420feba23967622dceaddf4a44ce7ec846e0b58fc0f1d389751058739041b

Contents?: true

Size: 816 Bytes

Versions: 9

Compression:

Stored size: 816 Bytes

Contents

inherit_from:
  - .rubocop_todo.yml

AllCops:
  RunRailsCops: true # always run the rails cops
  Exclude:
    - 'doc/plugins/**'

Rails/Date:
  Enabled: false

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

# Force before_filter until upgrade to Rails 4
Rails/ActionFilter:
  EnforcedStyle: filter

Metrics/MethodLength:
  Max: 40

Style/TrailingComma:
  Enabled: false

Style/AccessorMethodName:
  Enabled: false

Style/RedundantSelf:
  Enabled: false

Metrics/ClassLength:
  Max: 500

Style/FileName:
  Exclude:
      - 'db/seeds.d/*'

Style/WordArray:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Style/RescueModifier:
  Enabled: false

Style/ClassAndModuleChildren:
  Enabled: false

Style/EachWithObject:
  Enabled: false

Metrics/ParameterLists:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
foreman_remote_execution-1.3.0 .rubocop.yml
foreman_remote_execution-1.2.2 .rubocop.yml
foreman_remote_execution-1.2.1 .rubocop.yml
foreman_remote_execution-1.2.0 .rubocop.yml
foreman_remote_execution-1.1.1 .rubocop.yml
foreman_remote_execution-1.1.0 .rubocop.yml
foreman_remote_execution-1.0.0 .rubocop.yml
foreman_remote_execution-0.3.2 .rubocop.yml
foreman_remote_execution-0.3.1 .rubocop.yml