Sha256: d91b10d00d8f3ece9f768a99cd13a76ca1791f37ad21211fcfa55e80562203b3

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

# This configuration was generated by
# `rubocop --auto-gen-config --no-auto-gen-timestamp`
# using RuboCop version 0.63.1.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 5
# Configuration parameters: CountComments, ExcludedMethods.
# ExcludedMethods: refine
Metrics/BlockLength:
  Max: 63

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 117

# Offense count: 1
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
  Exclude:
    - 'lib/slack/block_kit/element/multi_static_select.rb'

# Offense count: 5
# Configuration parameters: Max.
RSpec/ExampleLength:
  Exclude:
    - 'spec/lib/slack/block_kit/composition/confirmation_dialog_spec.rb'
    - 'spec/lib/slack/block_kit/composition/option_group_spec.rb'
    - 'spec/lib/slack/block_kit/composition/option_spec.rb'
    - 'spec/lib/slack/block_kit/element/checkboxes_spec.rb'

# Offense count: 4
Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'test/**/*'
    - 'lib/slack/block_kit.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slack-ruby-block-kit-0.10.0 .rubocop_todo.yml