Sha256: 70c62c8d359d5402d9c18f27a8f905db59d35fedce79d7454bca78223abd74ad
Contents?: true
Size: 636 Bytes
Versions: 5
Compression:
Stored size: 636 Bytes
Contents
AllCops: RunRailsCops: true # always run the rails cops # Don't enforce documentation Style/Documentation: Enabled: false # Need to support ruby 1.8 Style/HashSyntax: EnforcedStyle: hash_rockets # Force before_filter until upgrade to Rails 4 Rails/ActionFilter: EnforcedStyle: filter Metrics/LineLength: Max: 100 Metrics/MethodLength: Max: 20 StringLiterals: Enabled: false Metrics/ClassLength: Max: 200 Metrics/AbcSize: Enabled: false # should we turn this on? Style/MethodCalledOnDoEndBlock: Enabled: true Style/DotPosition: EnforcedStyle: 'leading' Rails/Date: Exclude: - foreman_docker.gemspec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
foreman_docker-3.0.0 | .rubocop.yml |
foreman_docker-2.1.1 | .rubocop.yml |
foreman_docker-2.1.0 | .rubocop.yml |
foreman_docker-2.0.1 | .rubocop.yml |
foreman_docker-2.0.0 | .rubocop.yml |