Sha256: 37081e5f001175308dc33da9934357da078e04fbc5c305e6aec720369063cbad

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 KB

Contents

require:
  - rubocop-rake
  - rubocop-rspec

AllCops:
  TargetRubyVersion: 2.5.3
  NewCops: enable

Layout/LineLength:
  Enabled: false

Style/AsciiComments:
  Enabled: false

Naming/FileName:
  Exclude:
    - lib/slack-ruby-block-kit.rb

Metrics/ParameterLists:
  Max: 8

Metrics/BlockLength:
  Exclude:
    - 'Rakefile'
    - '**/*.rake'
    - 'spec/**/*.rb'
    - '**/*.gemspec'

Layout/EmptyLinesAroundAttributeAccessor:
  Enabled: true

Layout/SpaceAroundMethodCallOperator:
  Enabled: true

Lint/DeprecatedOpenSSLConstant:
  Enabled: true

Lint/RaiseException:
  Enabled: true

Lint/StructNewOverride:
  Enabled: true

Style/ExponentialNotation:
  Enabled: true

Style/HashEachMethods:
  Enabled: true

Style/HashTransformKeys:
  Enabled: true

Style/HashTransformValues:
  Enabled: true

Style/SlicingWithRange:
  Enabled: true

Lint/MixedRegexpCaptureTypes:
  Enabled: true

Style/RedundantFetchBlock:
  Enabled: true

Style/RedundantRegexpCharacterClass:
  Enabled: true

Style/RedundantRegexpEscape:
  Enabled: true

RSpec/MultipleMemoizedHelpers:
  Max: 10

RSpec/NestedGroups:
  Max: 4

Style/Documentation:
  Enabled: false

Metrics/ClassLength:
  Max: 200

Metrics/CyclomaticComplexity:
  Max: 8

Metrics/MethodLength:
  Max: 25

RSpec/ExampleLength:
  Max: 25

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
slack-ruby-block-kit-0.25.0 .rubocop.yml
slack-ruby-block-kit-0.24.0 .rubocop.yml
slack-ruby-block-kit-0.23.0 .rubocop.yml
slack-ruby-block-kit-0.22.0 .rubocop.yml