Sha256: 39269506d7b6935e926ffb1dda8d859d37742a41d41e89e423b6cfcf87cf2394
Contents?: true
Size: 710 Bytes
Versions: 4
Compression:
Stored size: 710 Bytes
Contents
inherit_from: - .rubocop_todo.yml AllCops: RunRailsCops: true # always run the rails cops # 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: 200 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
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
foreman_remote_execution-0.1.2 | .rubocop.yml |
foreman_remote_execution-0.1.1 | .rubocop.yml |
foreman_remote_execution-0.1.0 | .rubocop.yml |
foreman_remote_execution-0.0.10 | .rubocop.yml |