Module: RuboCop::Cop::ArrayMinSize
- Included in:
- Style::SymbolArray, Style::WordArray
- Defined in:
- lib/rubocop/cop/mixin/array_min_size.rb
Overview
Handles the MinSize configuration option for array-based cops
Style/SymbolArray and Style/WordArray, which check for use of the
relevant percent literal syntax such as %i[...] and %w[...]