Sha256: 184637d341d01c550d6c3662a07385b2c6346c5c8066a6c145c1ca539f0e9bee
Contents?: true
Size: 1.03 KB
Versions: 6
Compression:
Stored size: 1.03 KB
Contents
require: - rubocop-performance - rubocop-rspec Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/MethodLength: Exclude: - 'db/migrate/**.rb' Layout/LineLength: Max: 100 Exclude: - 'db/seeds.rb' Style/Documentation: Enabled: false Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: Enabled: true EnforcedStyle: indented Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Naming/RescuedExceptionsVariableName: PreferredName: 'exception' Style/FormatStringToken: EnforcedStyle: template RSpec: Exclude: - 'spec/factories/**/*' RSpec/ExampleLength: Max: 10 RSpec/MultipleExpectations: Enabled: false AllCops: Exclude: - 'node_modules/**/*' - 'script/**/*' - 'log/**/*' - 'docker/**/*' - 'doc/**/*' - 'bin/**/*' - 'Rakefile' - 'config.ru' - 'config/**/*' - 'db/schema.rb' - 'node_modules/**/*' - 'vendor/**/*'
Version data entries
6 entries across 6 versions & 4 rubygems