Module: Rubocop::Cop

Defined in:
lib/rubocop/cop/cop.rb,
lib/rubocop/cop/tab.rb,
lib/rubocop/cop/blocks.rb,
lib/rubocop/cop/syntax.rb,
lib/rubocop/cop/grammar.rb,
lib/rubocop/cop/offence.rb,
lib/rubocop/cop/encoding.rb,
lib/rubocop/cop/avoid_for.rb,
lib/rubocop/cop/when_then.rb,
lib/rubocop/cop/empty_lines.rb,
lib/rubocop/cop/end_of_line.rb,
lib/rubocop/cop/hash_syntax.rb,
lib/rubocop/cop/indentation.rb,
lib/rubocop/cop/line_length.rb,
lib/rubocop/cop/unless_else.rb,
lib/rubocop/cop/if_then_else.rb,
lib/rubocop/cop/avoid_perlisms.rb,
lib/rubocop/cop/favor_modifier.rb,
lib/rubocop/cop/def_parentheses.rb,
lib/rubocop/cop/parameter_lists.rb,
lib/rubocop/cop/string_literals.rb,
lib/rubocop/cop/align_parameters.rb,
lib/rubocop/cop/numeric_literals.rb,
lib/rubocop/cop/ternary_operator.rb,
lib/rubocop/cop/surrounding_space.rb,
lib/rubocop/cop/collection_methods.rb,
lib/rubocop/cop/new_lambda_literal.rb,
lib/rubocop/cop/avoid_perl_backrefs.rb,
lib/rubocop/cop/trailing_whitespace.rb,
lib/rubocop/cop/space_after_comma_etc.rb,
lib/rubocop/cop/ampersands_pipes_vs_and_or.rb,
lib/rubocop/cop/class_and_module_camel_case.rb,
lib/rubocop/cop/favor_unless_over_negated_if.rb,
lib/rubocop/cop/parentheses_around_condition.rb,
lib/rubocop/cop/method_and_variable_snake_case.rb

Defined Under Namespace

Modules: Blocks, DefParentheses, FavorModifier, FavorOtherKeywordOverNegation, IfThenElse, SpaceAfterCommaEtc, SpaceInside, SurroundingSpace, TernaryOperator Classes: AlignParameters, AmpersandsPipesVsAndOr, AvoidFor, AvoidPerlBackrefs, AvoidPerlisms, ClassAndModuleCamelCase, CollectionMethods, Cop, DefWithParentheses, DefWithoutParentheses, EmptyLines, Encoding, EndOfLine, FavorUnlessOverNegatedIf, FavorUntilOverNegatedWhile, Grammar, HashSyntax, IfUnlessModifier, IfWithSemicolon, Indentation, LineLength, MethodAndVariableSnakeCase, MultilineBlocks, MultilineIfThen, MultilineTernaryOperator, NestedTernaryOperator, NewLambdaLiteral, NumericLiterals, Offence, OneLineConditional, ParameterLists, ParenthesesAroundCondition, Position, SingleLineBlocks, SpaceAfterColon, SpaceAfterComma, SpaceAfterSemicolon, SpaceAroundBraces, SpaceAroundEqualsInParameterDefault, SpaceAroundOperators, SpaceInsideBrackets, SpaceInsideParens, StringLiterals, Syntax, Tab, Token, TrailingWhitespace, UnlessElse, WhenThen, WhileUntilModifier