Sha256: 674d5f6aba257f9b3046287d9af8bf07da19f753c1199d57b24568f1ef861c47
Contents?: true
Size: 542 Bytes
Versions: 1
Compression:
Stored size: 542 Bytes
Contents
AllCops: # Include gemspec and Rakefile Include: - 'lib/**/*.rb' - 'lib/**/*.rake' - 'spec/**/*.rb' Exclude: - 'bin/**/*' - 'spec/dummy/**/*' RunRailsCops: true DisplayCopNames: true StyleGuideCopsOnly: false Style/Documentation: Exclude: - 'spec/**/*.rb' Style/StringLiterals: Enabled: false Style/BlockDelimiters: Exclude: - 'spec/**/*.rb' Metrics/MethodLength: Exclude: - 'spec/**/*.rb' Metrics/LineLength: Max: 100 Rails/Date: Enabled: false Rails/TimeZone: Enabled: false
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
anyway_config-0.5.1 | .rubocop.yml |