Sha256: 21628a1b6372d6a28a6c3069bf1497c528efbe64c0b0645893e08f8e21925ea1
Contents?: true
Size: 648 Bytes
Versions: 53
Compression:
Stored size: 648 Bytes
Contents
require: - rubocop-rails AllCops: NewCops: enable Exclude: - bin/* - db/schema.rb - db/migrate/* - node_modules/**/* Naming/AccessorMethodName: Enabled: false Metrics/MethodLength: CountAsOne: ['array', 'heredoc'] AllowedMethods: ['describe', 'context'] Metrics/BlockLength: AllowedMethods: ['describe', 'context'] Exclude: - config/environments/*.rb - '**/*.rake' Layout/LineLength: Max: 120 Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Lint/EmptyBlock: Exclude: - spec/factories/* Style/BlockDelimiters: Exclude: - spec/**/* Style/Documentation: Enabled: false
Version data entries
53 entries across 48 versions & 1 rubygems