Class: Rubocop::Cop::Style::SpaceInsideBrackets

Inherits:
Cop
  • Object
show all
Includes:
SpaceInside
Defined in:
lib/rubocop/cop/style/space_inside_brackets.rb

Overview

Checks for spaces inside square brackets.

Constant Summary

Constants included from SpaceInside

Rubocop::Cop::Style::SpaceInside::MSG

Constants inherited from Cop

Cop::OPERATOR_METHODS

Instance Attribute Summary

Attributes inherited from Cop

#config, #corrections, #offences, #processed_source

Instance Method Summary collapse

Methods included from SpaceInside

#autocorrect, #investigate

Methods included from SurroundingSpace

#index_of_first_token, #index_of_last_token, #space_between?, #token_table

Methods inherited from Cop

#add_offence, all, #autocorrect?, #convention, #cop_config, cop_name, #cop_name, cop_type, #debug?, #ignore_node, inherited, #initialize, lint?, #message, non_rails, rails?, style?, #support_autocorrect?, #warning

Constructor Details

This class inherits a constructor from Rubocop::Cop::Cop

Instance Method Details

#specificsObject



12
13
14
# File 'lib/rubocop/cop/style/space_inside_brackets.rb', line 12

def specifics
  [:tLBRACK, :tRBRACK, 'square brackets']
end