Sha256: dfa5f17675ed823ae87d8a688829d717ac05e636667da3e2a914ebd490d79bc2
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 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' # 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.11.0 | .rubocop_todo.yml |