Class: Wool::LineWarning
Direct Known Subclasses
ExtraWhitespaceWarning, GenericLineLengthWarning, InlineCommentSpaceWarning, MisalignedUnindentationWarning, OperatorSpacing, SemicolonWarning
Instance Attribute Summary
Attributes inherited from Warning
#body, #file, #line_number, #name, #settings, #severity
Class Method Summary collapse
Methods inherited from Warning
all_types, all_warnings, concrete_warnings, #count_occurrences, #desc, #fix, #fixable?, #generated_warnings, #get_indent, #indent, inherited, #initialize, #match?, opt, setting_accessor, type
Methods included from Advice
#advice_counter, #after_advice, #argument_advice, #before_advice, #bump_advice_counter!, #with_advice
Methods included from ModuleExtensions
#attr_accessor_with_default, #cattr_accessor, #cattr_accessor_with_default, #cattr_get_and_setter, #cattr_reader, #cattr_writer
Methods included from SexpAnalysis
Methods included from LexicalAnalysis
#find_keyword, #find_token, #lex, #select_token, #split_on_keyword, #split_on_token, #text_between_token_positions
Constructor Details
This class inherits a constructor from Wool::Warning
Class Method Details
.options ⇒ Object
131 132 133 |
# File 'lib/wool/warning.rb', line 131 def self. @options ||= [] end |