Sha256: c8a4a2afecb22bc068f8b0c902c14a0c65e4526182fbe8d9683f518669cfd2f2

Contents?: true

Size: 1.4 KB

Versions: 2

Compression:

Stored size: 1.4 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'
    - 'spec/lib/slack/block_kit/element/radio_buttons_spec.rb'
    - 'spec/lib/slack/block_kit/composition/option_spec.rb'
    - 'spec/lib/slack/block_kit/element/multi_static_select_spec.rb'

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
slack-ruby-block-kit-0.13.0 .rubocop_todo.yml
slack-ruby-block-kit-0.12.0 .rubocop_todo.yml