Sha256: dd389cd3ddf25ecb981491563c972453be5c9d02fa7662489bd9bc161a9711c7

Contents?: true

Size: 1.52 KB

Versions: 7

Compression:

Stored size: 1.52 KB

Contents

AllCops:
  TargetRubyVersion: 2.5
  Exclude:
    - tmp
    - lib/slack_resources/generator/event_api/fetch.rb
    - vendor/**/*

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: 200
  Exclude:
  - db/migrate/*.rb

Metrics/ModuleLength:
  Max: 150

Metrics/ClassLength:
  Max: 300
  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

Metrics/ParameterLists:
  Max: 20

Style/RescueModifier:
  Enabled: false

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
slack_resources-0.1.9 .rubocop.yml
slack_resources-0.1.8 .rubocop.yml
slack_resources-0.1.7 .rubocop.yml
slack_resources-0.1.6 .rubocop.yml
slack_resources-0.1.5 .rubocop.yml
slack_resources-0.1.4 .rubocop.yml
slack_resources-0.0.0 .rubocop.yml