Sha256: 9e8d88578321940922db8a91f4330d5737ba20b4bee7a39856ba67bb1500a158
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
require: - rubocop-rails - rubocop-rspec - rubocop-rspec_rails - rubocop-factory_bot - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rubocop-infinum-0.9.1 | rubocop.yml |