Module: Tailor::Rulers

Included in:
Critic
Defined in:
lib/tailor/rulers.rb,
lib/tailor/rulers/allow_hard_tabs_ruler.rb,
lib/tailor/rulers/max_line_length_ruler.rb,
lib/tailor/rulers/trailing_newlines_ruler.rb,
lib/tailor/rulers/allow_invalid_ruby_ruler.rb,
lib/tailor/rulers/indentation_spaces_ruler.rb,
lib/tailor/rulers/spaces_after_comma_ruler.rb,
lib/tailor/rulers/spaces_after_lbrace_ruler.rb,
lib/tailor/rulers/spaces_after_lparen_ruler.rb,
lib/tailor/rulers/spaces_before_comma_ruler.rb,
lib/tailor/rulers/spaces_before_lbrace_ruler.rb,
lib/tailor/rulers/spaces_before_rbrace_ruler.rb,
lib/tailor/rulers/spaces_before_rparen_ruler.rb,
lib/tailor/rulers/spaces_after_lbracket_ruler.rb,
lib/tailor/rulers/spaces_before_rbracket_ruler.rb,
lib/tailor/rulers/spaces_in_empty_braces_ruler.rb,
lib/tailor/rulers/allow_conditional_parentheses.rb,
lib/tailor/rulers/max_code_lines_in_class_ruler.rb,
lib/tailor/rulers/allow_camel_case_methods_ruler.rb,
lib/tailor/rulers/max_code_lines_in_method_ruler.rb,
lib/tailor/rulers/spaces_after_conditional_ruler.rb,
lib/tailor/rulers/allow_trailing_line_spaces_ruler.rb,
lib/tailor/rulers/indentation_spaces_ruler/ast_xml.rb,
lib/tailor/rulers/allow_unnecessary_double_quotes_ruler.rb,
lib/tailor/rulers/allow_unnecessary_interpolation_ruler.rb,
lib/tailor/rulers/allow_screaming_snake_case_classes_ruler.rb,
lib/tailor/rulers/indentation_spaces_ruler/argument_alignment.rb,
lib/tailor/rulers/indentation_spaces_ruler/line_continuations.rb,
lib/tailor/rulers/indentation_spaces_ruler/indentation_manager.rb

Defined Under Namespace

Classes: AllowCamelCaseMethodsRuler, AllowConditionalParenthesesRuler, AllowHardTabsRuler, AllowInvalidRubyRuler, AllowScreamingSnakeCaseClassesRuler, AllowTrailingLineSpacesRuler, AllowUnnecessaryDoubleQuotesRuler, AllowUnnecessaryInterpolationRuler, IndentationSpacesRuler, MaxCodeLinesInClassRuler, MaxCodeLinesInMethodRuler, MaxLineLengthRuler, SpacesAfterCommaRuler, SpacesAfterConditionalRuler, SpacesAfterLbraceRuler, SpacesAfterLbracketRuler, SpacesAfterLparenRuler, SpacesBeforeCommaRuler, SpacesBeforeLbraceRuler, SpacesBeforeRbraceRuler, SpacesBeforeRbracketRuler, SpacesBeforeRparenRuler, SpacesInEmptyBracesRuler, TrailingNewlinesRuler