Module: Rubocop

Defined in:
lib/rubocop/cli.rb,
lib/rubocop/cop/cop.rb,
lib/rubocop/cop/tab.rb,
lib/rubocop/version.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/report/report.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/report/plain_text.rb,
lib/rubocop/cop/avoid_perlisms.rb,
lib/rubocop/cop/favor_modifier.rb,
lib/rubocop/report/emacs_style.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/avoid_class_vars.rb,
lib/rubocop/cop/numeric_literals.rb,
lib/rubocop/cop/ternary_operator.rb,
lib/rubocop/cop/surrounding_space.rb,
lib/rubocop/cop/symbol_snake_case.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: Cop, Report Classes: CLI

Constant Summary collapse

VERSION =
IO.read(File.join(File.dirname(__FILE__), '../../VERSION'))