Last Modified
2014-07-23 18:03:53 -0700
Requires
  • parser/current
  • parser/ruby21
  • rainbow
  • rainbow/ext/string
  • English
  • set
  • ast/sexp
  • powerpack/enumerable/drop_last
  • powerpack/hash/symbolize_keys
  • powerpack/string/blank
  • powerpack/string/strip_indent
  • rubocop/version
  • rubocop/path_util
  • rubocop/cop/util
  • rubocop/cop/offense
  • rubocop/cop/ignored_node
  • rubocop/cop/cop
  • rubocop/cop/commissioner
  • rubocop/cop/corrector
  • rubocop/cop/force
  • rubocop/cop/team
  • rubocop/cop/severity
  • rubocop/cop/variable_force
  • rubocop/cop/variable_force/locatable
  • rubocop/cop/variable_force/variable
  • rubocop/cop/variable_force/assignment
  • rubocop/cop/variable_force/reference
  • rubocop/cop/variable_force/scope
  • rubocop/cop/variable_force/variable_table
  • rubocop/cop/mixin/annotation_comment
  • rubocop/cop/mixin/array_syntax
  • rubocop/cop/mixin/autocorrect_alignment
  • rubocop/cop/mixin/autocorrect_unless_changing_ast
  • rubocop/cop/mixin/check_assignment
  • rubocop/cop/mixin/check_methods
  • rubocop/cop/mixin/configurable_max
  • rubocop/cop/mixin/code_length
  • rubocop/cop/mixin/configurable_enforced_style
  • rubocop/cop/mixin/configurable_naming
  • rubocop/cop/mixin/if_node
  • rubocop/cop/mixin/if_then_else
  • rubocop/cop/mixin/negative_conditional
  • rubocop/cop/mixin/parser_diagnostic
  • rubocop/cop/mixin/percent_literal
  • rubocop/cop/mixin/safe_assignment
  • rubocop/cop/mixin/surrounding_space
  • rubocop/cop/mixin/space_inside
  • rubocop/cop/mixin/space_after_punctuation
  • rubocop/cop/mixin/statement_modifier
  • rubocop/cop/mixin/string_help
  • rubocop/cop/mixin/unused_argument
  • rubocop/cop/lint/ambiguous_operator
  • rubocop/cop/lint/ambiguous_regexp_literal
  • rubocop/cop/lint/assignment_in_condition
  • rubocop/cop/lint/block_alignment
  • rubocop/cop/lint/condition_position
  • rubocop/cop/lint/debugger
  • rubocop/cop/lint/deprecated_class_methods
  • rubocop/cop/lint/else_layout
  • rubocop/cop/lint/empty_ensure
  • rubocop/cop/lint/empty_interpolation
  • rubocop/cop/lint/end_alignment
  • rubocop/cop/lint/end_in_method
  • rubocop/cop/lint/ensure_return
  • rubocop/cop/lint/eval
  • rubocop/cop/lint/handle_exceptions
  • rubocop/cop/lint/invalid_character_literal
  • rubocop/cop/lint/literal_in_condition
  • rubocop/cop/lint/literal_in_interpolation
  • rubocop/cop/lint/loop
  • rubocop/cop/lint/parentheses_as_grouped_expression
  • rubocop/cop/lint/require_parentheses
  • rubocop/cop/lint/rescue_exception
  • rubocop/cop/lint/shadowing_outer_local_variable
  • rubocop/cop/lint/space_before_first_arg
  • rubocop/cop/lint/string_conversion_in_interpolation
  • rubocop/cop/lint/syntax
  • rubocop/cop/lint/underscore_prefixed_variable_name
  • rubocop/cop/lint/unreachable_code
  • rubocop/cop/lint/unused_block_argument
  • rubocop/cop/lint/unused_method_argument
  • rubocop/cop/lint/useless_access_modifier
  • rubocop/cop/lint/useless_assignment
  • rubocop/cop/lint/useless_comparison
  • rubocop/cop/lint/useless_else_without_rescue
  • rubocop/cop/lint/useless_setter_call
  • rubocop/cop/lint/void
  • rubocop/cop/style/access_modifier_indentation
  • rubocop/cop/style/accessor_method_name
  • rubocop/cop/style/alias
  • rubocop/cop/style/align_array
  • rubocop/cop/style/align_hash
  • rubocop/cop/style/align_parameters
  • rubocop/cop/style/and_or
  • rubocop/cop/style/array_join
  • rubocop/cop/style/ascii_comments
  • rubocop/cop/style/ascii_identifiers
  • rubocop/cop/style/attr
  • rubocop/cop/style/begin_block
  • rubocop/cop/style/block_comments
  • rubocop/cop/style/block_nesting
  • rubocop/cop/style/blocks
  • rubocop/cop/style/braces_around_hash_parameters
  • rubocop/cop/style/case_equality
  • rubocop/cop/style/case_indentation
  • rubocop/cop/style/character_literal
  • rubocop/cop/style/class_and_module_camel_case
  • rubocop/cop/style/class_and_module_children
  • rubocop/cop/style/class_length
  • rubocop/cop/style/class_methods
  • rubocop/cop/style/class_vars
  • rubocop/cop/style/collection_methods
  • rubocop/cop/style/colon_method_call
  • rubocop/cop/style/comment_annotation
  • rubocop/cop/style/comment_indentation
  • rubocop/cop/style/constant_name
  • rubocop/cop/style/cyclomatic_complexity
  • rubocop/cop/style/def_with_parentheses
  • rubocop/cop/style/deprecated_hash_methods
  • rubocop/cop/style/documentation
  • rubocop/cop/style/dot_position
  • rubocop/cop/style/double_negation
  • rubocop/cop/style/each_with_object
  • rubocop/cop/style/empty_line_between_defs
  • rubocop/cop/style/empty_lines
  • rubocop/cop/style/empty_lines_around_access_modifier
  • rubocop/cop/style/empty_lines_around_body
  • rubocop/cop/style/empty_literal
  • rubocop/cop/style/encoding
  • rubocop/cop/style/end_block
  • rubocop/cop/style/end_of_line
  • rubocop/cop/style/even_odd
  • rubocop/cop/style/file_name
  • rubocop/cop/style/flip_flop
  • rubocop/cop/style/for
  • rubocop/cop/style/format_string
  • rubocop/cop/style/global_vars
  • rubocop/cop/style/guard_clause
  • rubocop/cop/style/hash_syntax
  • rubocop/cop/style/if_unless_modifier
  • rubocop/cop/style/if_with_semicolon
  • rubocop/cop/style/indent_array
  • rubocop/cop/style/indent_hash
  • rubocop/cop/style/indentation_consistency
  • rubocop/cop/style/indentation_width
  • rubocop/cop/style/inline_comment
  • rubocop/cop/style/lambda
  • rubocop/cop/style/lambda_call
  • rubocop/cop/style/leading_comment_space
  • rubocop/cop/style/line_end_concatenation
  • rubocop/cop/style/line_length
  • rubocop/cop/style/method_call_parentheses
  • rubocop/cop/style/method_called_on_do_end_block
  • rubocop/cop/style/method_def_parentheses
  • rubocop/cop/style/method_length
  • rubocop/cop/style/method_name
  • rubocop/cop/style/module_function
  • rubocop/cop/style/multiline_block_chain
  • rubocop/cop/style/multiline_if_then
  • rubocop/cop/style/multiline_ternary_operator
  • rubocop/cop/style/negated_if
  • rubocop/cop/style/negated_while
  • rubocop/cop/style/nested_ternary_operator
  • rubocop/cop/style/next
  • rubocop/cop/style/nil_comparison
  • rubocop/cop/style/non_nil_check
  • rubocop/cop/style/not
  • rubocop/cop/style/numeric_literals
  • rubocop/cop/style/one_line_conditional
  • rubocop/cop/style/op_method
  • rubocop/cop/style/parameter_lists
  • rubocop/cop/style/parentheses_around_condition
  • rubocop/cop/style/percent_literal_delimiters
  • rubocop/cop/style/perl_backrefs
  • rubocop/cop/style/predicate_name
  • rubocop/cop/style/proc
  • rubocop/cop/style/raise_args
  • rubocop/cop/style/redundant_begin
  • rubocop/cop/style/redundant_exception
  • rubocop/cop/style/redundant_return
  • rubocop/cop/style/redundant_self
  • rubocop/cop/style/regexp_literal
  • rubocop/cop/style/rescue_modifier
  • rubocop/cop/style/self_assignment
  • rubocop/cop/style/semicolon
  • rubocop/cop/style/signal_exception
  • rubocop/cop/style/single_line_block_params
  • rubocop/cop/style/single_line_methods
  • rubocop/cop/style/single_space_before_first_arg
  • rubocop/cop/style/space_after_colon
  • rubocop/cop/style/space_after_comma
  • rubocop/cop/style/space_after_control_keyword
  • rubocop/cop/style/space_after_method_name
  • rubocop/cop/style/space_after_not
  • rubocop/cop/style/space_after_semicolon
  • rubocop/cop/style/space_around_equals_in_parameter_default
  • rubocop/cop/style/space_around_operators
  • rubocop/cop/style/space_before_block_braces
  • rubocop/cop/style/space_before_comment
  • rubocop/cop/style/space_before_modifier_keyword
  • rubocop/cop/style/space_inside_block_braces
  • rubocop/cop/style/space_inside_brackets
  • rubocop/cop/style/space_inside_hash_literal_braces
  • rubocop/cop/style/space_inside_parens
  • rubocop/cop/style/special_global_vars
  • rubocop/cop/style/string_literals
  • rubocop/cop/style/symbol_array
  • rubocop/cop/style/tab
  • rubocop/cop/style/trailing_blank_lines
  • rubocop/cop/style/trailing_comma
  • rubocop/cop/style/trailing_whitespace
  • rubocop/cop/style/trivial_accessors
  • rubocop/cop/style/unless_else
  • rubocop/cop/style/unneeded_capital_w
  • rubocop/cop/style/unneeded_percent_x
  • rubocop/cop/style/variable_interpolation
  • rubocop/cop/style/variable_name
  • rubocop/cop/style/when_then
  • rubocop/cop/style/while_until_do
  • rubocop/cop/style/while_until_modifier
  • rubocop/cop/style/word_array
  • rubocop/cop/rails/action_filter
  • rubocop/cop/rails/default_scope
  • rubocop/cop/rails/delegate
  • rubocop/cop/rails/has_and_belongs_to_many
  • rubocop/cop/rails/output
  • rubocop/cop/rails/read_write_attribute
  • rubocop/cop/rails/scope_args
  • rubocop/cop/rails/validation
  • rubocop/formatter/base_formatter
  • rubocop/formatter/simple_text_formatter
  • rubocop/formatter/disabled_lines_formatter
  • rubocop/formatter/disabled_config_formatter
  • rubocop/formatter/emacs_style_formatter
  • rubocop/formatter/clang_style_formatter
  • rubocop/formatter/progress_formatter
  • rubocop/formatter/fuubar_style_formatter
  • rubocop/formatter/json_formatter
  • rubocop/formatter/file_list_formatter
  • rubocop/formatter/offense_count_formatter
  • rubocop/formatter/formatter_set
  • rubocop/config
  • rubocop/config_loader
  • rubocop/config_store
  • rubocop/target_finder
  • rubocop/token
  • rubocop/comment_config
  • rubocop/processed_source
  • rubocop/source_parser
  • rubocop/file_inspector
  • rubocop/cli
  • rubocop/options

Description

Try to load the latest parser and fall back to the latest supported version, if parser does not yet support the current Ruby version. This should only be problem when using development Ruby builds.