Sha256: f9f110da62b075a6c097a905847d4a4dfcfe2fd9335176da595aeaf56a4d9f7e
Contents?: true
Size: 753 Bytes
Versions: 2
Compression:
Stored size: 753 Bytes
Contents
require: - rubocop-rails - rubocop-rspec - rubocop-performance Layout/LineLength: Max: 120 AllowedPatterns: ['\A#'] Naming/InclusiveLanguage: Enabled: false Rails: Enabled: true RSpec/ExampleLength: Max: 10 Style/AccessorGrouping: EnforcedStyle: separated Style/Documentation: Enabled: false Style/WordArray: EnforcedStyle: brackets Style/SymbolArray: EnforcedStyle: brackets Style/HashEachMethods: Enabled: true Style/HashTransformKeys: Enabled: true Style/HashTransformValues: Enabled: true Metrics/BlockLength: Exclude: - 'spec/**/*_spec.rb' AllCops: Exclude: - 'db/schema.rb' - 'db/migrate/*.rb' - 'config/**/*.rb' - 'vendor/bundle/**/*' - 'node_modules/**/*' NewCops: enable
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubocop-infinum-0.9.0 | rubocop.yml |
rubocop-infinum-0.8.0 | rubocop.yml |