Sha256: dc4a89d7ec992378fd5edaec09d36f36b472fe836ff7e5d393df41c916c90427

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - tmp

Rails:
  Enabled: true

Documentation:
  Enabled: false

Metrics/AbcSize:
  Max: 40
  Exclude:
  - db/migrate/*.rb
Metrics/CyclomaticComplexity:
  Max: 10

Metrics/LineLength:
  Max: 250
  Exclude:
  - db/migrate/*.rb

Metrics/BlockLength:
  Max: 30
  Exclude:
    - 'spec/**/*'

Metrics/MethodLength:
  Max: 40
  Exclude:
  - db/migrate/*.rb

Metrics/ModuleLength:
  Max: 150

Metrics/ClassLength:
  Max: 150
  Exclude:
  - db/migrate/*.rb

Style/AsciiComments:
  Enabled: false

Style/FrozenStringLiteralComment:
  Enabled: false

Style/FormatString:
  EnforcedStyle: percent

Style/BlockDelimiters:
  EnforcedStyle: braces_for_chaining

Style/BlockComments:
  Enabled: false

Style/MethodCalledOnDoEndBlock:
  Enabled: true

Style/OptionHash:
  Enabled: true

Style/SymbolArray:
  Enabled: true

Style/EmptyCaseCondition:
  Enabled: false

Style/BracesAroundHashParameters:
  Enabled: false

Rails/DynamicFindBy:
  Whitelist:
  - find_by_param
  - find_by_param!

Rails/HasAndBelongsToMany:
  Enabled: false

Rails/SkipsModelValidations:
  Enabled: false

Style/TrailingCommaInArrayLiteral:
  EnforcedStyleForMultiline: comma

Style/TrailingCommaInHashLiteral:
  EnforcedStyleForMultiline: comma

Semicolon:
  Exclude:
    - 'spec/**/*'
Naming/UncommunicativeMethodParamName:
  MinNameLength: 1

Layout/IndentArray:
  EnforcedStyle: consistent

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack_resources-0.1.3 .rubocop.yml
slack_resources-0.1.2 .rubocop.yml
slack_resources-0.1.1 .rubocop.yml
slack_resources-0.1.0 .rubocop.yml