Sha256: 084107feabab88d87bc5c82dcafefbd1a152e019567b003b1ec1c4476f10e935
Contents?: true
Size: 778 Bytes
Versions: 1
Compression:
Stored size: 778 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: TargetRubyVersion: 2.5 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.7.0 | rubocop.yml |