Module: Rubocop::Cop::Style

Defined in:
lib/rubocop/cop/style/not.rb,
lib/rubocop/cop/style/tab.rb,
lib/rubocop/cop/style/attr.rb,
lib/rubocop/cop/style/proc.rb,
lib/rubocop/cop/style/alias.rb,
lib/rubocop/cop/style/and_or.rb,
lib/rubocop/cop/style/blocks.rb,
lib/rubocop/cop/style/lambda.rb,
lib/rubocop/cop/style/encoding.rb,
lib/rubocop/cop/style/avoid_for.rb,
lib/rubocop/cop/style/end_block.rb,
lib/rubocop/cop/style/semicolon.rb,
lib/rubocop/cop/style/when_then.rb,
lib/rubocop/cop/style/favor_join.rb,
lib/rubocop/cop/style/word_array.rb,
lib/rubocop/cop/style/begin_block.rb,
lib/rubocop/cop/style/empty_lines.rb,
lib/rubocop/cop/style/end_of_line.rb,
lib/rubocop/cop/style/hash_syntax.rb,
lib/rubocop/cop/style/line_length.rb,
lib/rubocop/cop/style/symbol_name.rb,
lib/rubocop/cop/style/unless_else.rb,
lib/rubocop/cop/style/dot_position.rb,
lib/rubocop/cop/style/if_then_else.rb,
lib/rubocop/cop/style/symbol_array.rb,
lib/rubocop/cop/style/block_nesting.rb,
lib/rubocop/cop/style/case_equality.rb,
lib/rubocop/cop/style/class_methods.rb,
lib/rubocop/cop/style/constant_name.rb,
lib/rubocop/cop/style/documentation.rb,
lib/rubocop/cop/style/empty_literal.rb,
lib/rubocop/cop/style/favor_sprintf.rb,
lib/rubocop/cop/style/method_length.rb,
lib/rubocop/cop/style/access_control.rb,
lib/rubocop/cop/style/ascii_comments.rb,
lib/rubocop/cop/style/avoid_perlisms.rb,
lib/rubocop/cop/style/block_comments.rb,
lib/rubocop/cop/style/favor_modifier.rb,
lib/rubocop/cop/style/regexp_literal.rb,
lib/rubocop/cop/style/while_until_do.rb,
lib/rubocop/cop/style/def_parentheses.rb,
lib/rubocop/cop/style/parameter_lists.rb,
lib/rubocop/cop/style/rescue_modifier.rb,
lib/rubocop/cop/style/string_literals.rb,
lib/rubocop/cop/style/align_parameters.rb,
lib/rubocop/cop/style/avoid_class_vars.rb,
lib/rubocop/cop/style/case_indentation.rb,
lib/rubocop/cop/style/numeric_literals.rb,
lib/rubocop/cop/style/reduce_arguments.rb,
lib/rubocop/cop/style/ternary_operator.rb,
lib/rubocop/cop/style/ascii_identifiers.rb,
lib/rubocop/cop/style/avoid_global_vars.rb,
lib/rubocop/cop/style/character_literal.rb,
lib/rubocop/cop/style/colon_method_call.rb,
lib/rubocop/cop/style/line_continuation.rb,
lib/rubocop/cop/style/surrounding_space.rb,
lib/rubocop/cop/style/trivial_accessors.rb,
lib/rubocop/cop/style/collection_methods.rb,
lib/rubocop/cop/style/avoid_perl_backrefs.rb,
lib/rubocop/cop/style/single_line_methods.rb,
lib/rubocop/cop/style/trailing_whitespace.rb,
lib/rubocop/cop/style/leading_comment_space.rb,
lib/rubocop/cop/style/space_after_comma_etc.rb,
lib/rubocop/cop/style/variable_interpolation.rb,
lib/rubocop/cop/style/empty_line_between_defs.rb,
lib/rubocop/cop/style/method_call_parentheses.rb,
lib/rubocop/cop/style/class_and_module_camel_case.rb,
lib/rubocop/cop/style/space_after_control_keyword.rb,
lib/rubocop/cop/style/favor_unless_over_negated_if.rb,
lib/rubocop/cop/style/parentheses_around_condition.rb,
lib/rubocop/cop/style/method_and_variable_snake_case.rb

Defined Under Namespace

Modules: FavorModifier, FavorOtherKeywordOverNegation, IfThenElse, SpaceAfterCommaEtc, SpaceInside, SurroundingSpace Classes: AccessControl, Alias, AlignParameters, AndOr, AsciiComments, AsciiIdentifiers, Attr, AvoidClassVars, AvoidFor, AvoidGlobalVars, AvoidPerlBackrefs, AvoidPerlisms, BeginBlock, BlockComments, BlockNesting, Blocks, CaseEquality, CaseIndentation, CharacterLiteral, ClassAndModuleCamelCase, ClassMethods, CollectionMethods, ColonMethodCall, ConstantName, DefWithParentheses, DefWithoutParentheses, Documentation, DotPosition, EmptyLineBetweenDefs, EmptyLines, EmptyLiteral, Encoding, EndBlock, EndOfLine, FavorJoin, FavorSprintf, FavorUnlessOverNegatedIf, FavorUntilOverNegatedWhile, HashSyntax, IfUnlessModifier, IfWithSemicolon, Lambda, LeadingCommentSpace, LineContinuation, LineLength, MethodAndVariableSnakeCase, MethodCallParentheses, MethodLength, MultilineIfThen, MultilineTernaryOperator, NestedTernaryOperator, Not, NumericLiterals, OneLineConditional, ParameterLists, ParenthesesAroundCondition, Proc, ReduceArguments, RegexpLiteral, RescueModifier, Semicolon, SingleLineMethods, SpaceAfterColon, SpaceAfterComma, SpaceAfterControlKeyword, SpaceAfterSemicolon, SpaceAroundBraces, SpaceAroundEqualsInParameterDefault, SpaceAroundOperators, SpaceInsideBrackets, SpaceInsideHashLiteralBraces, SpaceInsideParens, StringLiterals, SymbolArray, SymbolName, Tab, TrailingWhitespace, TrivialAccessors, UnlessElse, VariableInterpolation, WhenThen, WhileUntilDo, WhileUntilModifier, WordArray