Sha256: 56ac777cae117f932a177863e022a54e323a32c3eadd23c6eb4a0150689c1f5f

Contents?: true

Size: 1.09 KB

Versions: 4

Compression:

Stored size: 1.09 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: 3
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 6

# 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'

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

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
slack-ruby-block-kit-0.4.0 .rubocop_todo.yml
slack_block_kit-0.3.3 .rubocop_todo.yml
slack_block_kit-0.3.2 .rubocop_todo.yml
slack_block_kit-0.3.1 .rubocop_todo.yml