Module: RuboCop::Cop::Style

Defined in:
lib/rubocop/cop/style/and_or.rb,
lib/rubocop/cop/style/word_array.rb,
lib/rubocop/cop/style/empty_method.rb,
lib/rubocop/cop/style/symbol_array.rb,
lib/rubocop/cop/style/documentation.rb,
lib/rubocop/cop/style/ascii_comments.rb,
lib/rubocop/cop/style/double_negation.rb,
lib/rubocop/cop/style/string_literals.rb,
lib/rubocop/cop/style/mutable_constant.rb,
lib/rubocop/cop/style/numeric_literals.rb,
lib/rubocop/cop/style/redundant_return.rb,
lib/rubocop/cop/style/colon_method_call.rb,
lib/rubocop/cop/style/comment_annotation.rb,
lib/rubocop/cop/style/unneeded_condition.rb,
lib/rubocop/cop/style/def_with_parentheses.rb,
lib/rubocop/cop/style/unneeded_interpolation.rb

Defined Under Namespace

Classes: AndOr, AsciiComments, ColonMethodCall, CommentAnnotation, DefWithParentheses, Documentation, DoubleNegation, EmptyMethod, MutableConstant, NumericLiterals, RedundantReturn, StringLiterals, SymbolArray, UnneededCondition, UnneededInterpolation, WordArray