Sha256: e2f044f1308c51f47a6cc58fd84cddfc384be82e0e159945fab65284b5935b4d

Contents?: true

Size: 1.49 KB

Versions: 1

Compression:

Stored size: 1.49 KB

Contents

AllCops:
  Include:
    - '**/Gemfile'
    - '**/Rakefile'
    - '**/config.ru'
    - '**/Capfile'
  Exclude:
    - 'script/**/*'
    - 'db/schema.rb'
  DisplayCopNames: true
  DisplayStyleGuide: true

Documentation:
  Enabled: false

Lint/UselessAccessModifier:
  Enabled: true

Metrics/LineLength:
  Enabled: true
  Max: 120

Rails:
  Enabled: true

Rails/ActionFilter:
  Enabled: true

Rails/Date:
  Enabled: true

Rails/Delegate:
  Enabled: true

Rails/FindBy:
  Enabled: true

Rails/FindEach:
  Enabled: true

Rails/HasAndBelongsToMany:
  Enabled: true

Rails/Output:
  Enabled: true

Rails/PluralizationGrammar:
  Enabled: true

Rails/HttpPositionalArguments:
  Enabled: true

Rails/ReadWriteAttribute:
  Enabled: true

Rails/ScopeArgs:
  Enabled: true

Rails/SkipsModelValidations:
  Enabled: false

Rails/TimeZone:
  Enabled: true

Rails/Validation:
  Enabled: true

Style/AndOr:
  Enabled: true

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/ClassAndModuleChildren:
  EnforcedStyle: nested

Style/CollectionMethods:
  Enabled: true

Style/MethodCalledOnDoEndBlock:
  Enabled: true

Style/FrozenStringLiteralComment:
  Enabled: false

Style/MutableConstant:
  Enabled: true

Metrics/MethodLength:
  Enabled: true

Metrics/BlockLength:
  Enabled: true
  ExcludedMethods: ['describe', 'context', 'define', 'factory']

Metrics/AbcSize:
  Enabled: true

Layout/SpaceInsideArrayLiteralBrackets:
  Enabled: true
  AutoCorrect: true

Layout/SpaceInsideReferenceBrackets:
  Enabled: true
  AutoCorrect: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubocop-bitcrowd-1.2.0 .rubocop.yml