# -*- encoding: utf-8 -*- # stub: rubocop 0.56.0 ruby lib Gem::Specification.new do |s| s.name = "rubocop".freeze s.version = "0.56.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/bbatsov/rubocop/issues", "changelog_uri" => "https://github.com/bbatsov/rubocop/blob/master/CHANGELOG.md", "documentation_uri" => "https://rubocop.readthedocs.io/", "homepage_uri" => "https://rubocop.readthedocs.io/", "source_code_uri" => "https://github.com/bbatsov/rubocop/" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Bozhidar Batsov".freeze, "Jonas Arvidsson".freeze, "Yuji Nakayama".freeze] s.date = "2018-05-14" s.description = " Automatic Ruby code style checking tool.\n Aims to enforce the community-driven Ruby Style Guide.\n".freeze s.email = "rubocop@googlegroups.com".freeze s.executables = ["rubocop".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "assets/logo.png".freeze, "assets/output.html.erb".freeze, "bin/rubocop".freeze, "config/default.yml".freeze, "config/disabled.yml".freeze, "config/enabled.yml".freeze, "lib/rubocop.rb".freeze, "lib/rubocop/ast/builder.rb".freeze, "lib/rubocop/ast/node.rb".freeze, "lib/rubocop/ast/node/and_node.rb".freeze, "lib/rubocop/ast/node/args_node.rb".freeze, "lib/rubocop/ast/node/array_node.rb".freeze, "lib/rubocop/ast/node/block_node.rb".freeze, "lib/rubocop/ast/node/case_node.rb".freeze, "lib/rubocop/ast/node/def_node.rb".freeze, "lib/rubocop/ast/node/ensure_node.rb".freeze, "lib/rubocop/ast/node/for_node.rb".freeze, "lib/rubocop/ast/node/hash_node.rb".freeze, "lib/rubocop/ast/node/if_node.rb".freeze, "lib/rubocop/ast/node/keyword_splat_node.rb".freeze, "lib/rubocop/ast/node/mixin/basic_literal_node.rb".freeze, "lib/rubocop/ast/node/mixin/binary_operator_node.rb".freeze, "lib/rubocop/ast/node/mixin/collection_node.rb".freeze, "lib/rubocop/ast/node/mixin/conditional_node.rb".freeze, "lib/rubocop/ast/node/mixin/hash_element_node.rb".freeze, "lib/rubocop/ast/node/mixin/method_dispatch_node.rb".freeze, "lib/rubocop/ast/node/mixin/method_identifier_predicates.rb".freeze, "lib/rubocop/ast/node/mixin/modifier_node.rb".freeze, "lib/rubocop/ast/node/mixin/parameterized_node.rb".freeze, "lib/rubocop/ast/node/mixin/predicate_operator_node.rb".freeze, "lib/rubocop/ast/node/or_node.rb".freeze, "lib/rubocop/ast/node/pair_node.rb".freeze, "lib/rubocop/ast/node/regexp_node.rb".freeze, "lib/rubocop/ast/node/resbody_node.rb".freeze, "lib/rubocop/ast/node/send_node.rb".freeze, "lib/rubocop/ast/node/str_node.rb".freeze, "lib/rubocop/ast/node/super_node.rb".freeze, "lib/rubocop/ast/node/symbol_node.rb".freeze, "lib/rubocop/ast/node/until_node.rb".freeze, "lib/rubocop/ast/node/when_node.rb".freeze, "lib/rubocop/ast/node/while_node.rb".freeze, "lib/rubocop/ast/node/yield_node.rb".freeze, "lib/rubocop/ast/sexp.rb".freeze, "lib/rubocop/ast/traversal.rb".freeze, "lib/rubocop/cached_data.rb".freeze, "lib/rubocop/cli.rb".freeze, "lib/rubocop/comment_config.rb".freeze, "lib/rubocop/config.rb".freeze, "lib/rubocop/config_loader.rb".freeze, "lib/rubocop/config_loader_resolver.rb".freeze, "lib/rubocop/config_store.rb".freeze, "lib/rubocop/cop/autocorrect_logic.rb".freeze, "lib/rubocop/cop/badge.rb".freeze, "lib/rubocop/cop/bundler/duplicated_gem.rb".freeze, "lib/rubocop/cop/bundler/insecure_protocol_source.rb".freeze, "lib/rubocop/cop/bundler/ordered_gems.rb".freeze, "lib/rubocop/cop/commissioner.rb".freeze, "lib/rubocop/cop/cop.rb".freeze, "lib/rubocop/cop/corrector.rb".freeze, "lib/rubocop/cop/correctors/alignment_corrector.rb".freeze, "lib/rubocop/cop/correctors/condition_corrector.rb".freeze, "lib/rubocop/cop/correctors/empty_line_corrector.rb".freeze, "lib/rubocop/cop/correctors/line_break_corrector.rb".freeze, "lib/rubocop/cop/correctors/multiline_literal_brace_corrector.rb".freeze, "lib/rubocop/cop/correctors/ordered_gem_corrector.rb".freeze, "lib/rubocop/cop/correctors/parentheses_corrector.rb".freeze, "lib/rubocop/cop/correctors/punctuation_corrector.rb".freeze, "lib/rubocop/cop/correctors/space_corrector.rb".freeze, "lib/rubocop/cop/correctors/string_literal_corrector.rb".freeze, "lib/rubocop/cop/correctors/unused_arg_corrector.rb".freeze, "lib/rubocop/cop/force.rb".freeze, "lib/rubocop/cop/gemspec/duplicated_assignment.rb".freeze, "lib/rubocop/cop/gemspec/ordered_dependencies.rb".freeze, "lib/rubocop/cop/gemspec/required_ruby_version.rb".freeze, "lib/rubocop/cop/generator.rb".freeze, "lib/rubocop/cop/generator/require_file_injector.rb".freeze, "lib/rubocop/cop/ignored_node.rb".freeze, "lib/rubocop/cop/internal_affairs.rb".freeze, "lib/rubocop/cop/internal_affairs/node_destructuring.rb".freeze, "lib/rubocop/cop/internal_affairs/node_type_predicate.rb".freeze, "lib/rubocop/cop/internal_affairs/offense_location_keyword.rb".freeze, "lib/rubocop/cop/internal_affairs/redundant_location_argument.rb".freeze, "lib/rubocop/cop/internal_affairs/redundant_message_argument.rb".freeze, "lib/rubocop/cop/internal_affairs/useless_message_assertion.rb".freeze, "lib/rubocop/cop/layout/access_modifier_indentation.rb".freeze, "lib/rubocop/cop/layout/align_array.rb".freeze, "lib/rubocop/cop/layout/align_hash.rb".freeze, "lib/rubocop/cop/layout/align_parameters.rb".freeze, "lib/rubocop/cop/layout/block_alignment.rb".freeze, "lib/rubocop/cop/layout/block_end_newline.rb".freeze, "lib/rubocop/cop/layout/case_indentation.rb".freeze, "lib/rubocop/cop/layout/class_structure.rb".freeze, "lib/rubocop/cop/layout/closing_parenthesis_indentation.rb".freeze, "lib/rubocop/cop/layout/comment_indentation.rb".freeze, "lib/rubocop/cop/layout/condition_position.rb".freeze, "lib/rubocop/cop/layout/def_end_alignment.rb".freeze, "lib/rubocop/cop/layout/dot_position.rb".freeze, "lib/rubocop/cop/layout/else_alignment.rb".freeze, "lib/rubocop/cop/layout/empty_comment.rb".freeze, "lib/rubocop/cop/layout/empty_line_after_guard_clause.rb".freeze, "lib/rubocop/cop/layout/empty_line_after_magic_comment.rb".freeze, "lib/rubocop/cop/layout/empty_line_between_defs.rb".freeze, "lib/rubocop/cop/layout/empty_lines.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_access_modifier.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_arguments.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_begin_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_block_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_class_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_exception_handling_keywords.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_method_body.rb".freeze, "lib/rubocop/cop/layout/empty_lines_around_module_body.rb".freeze, "lib/rubocop/cop/layout/end_alignment.rb".freeze, "lib/rubocop/cop/layout/end_of_line.rb".freeze, "lib/rubocop/cop/layout/extra_spacing.rb".freeze, "lib/rubocop/cop/layout/first_array_element_line_break.rb".freeze, "lib/rubocop/cop/layout/first_hash_element_line_break.rb".freeze, "lib/rubocop/cop/layout/first_method_argument_line_break.rb".freeze, "lib/rubocop/cop/layout/first_method_parameter_line_break.rb".freeze, "lib/rubocop/cop/layout/first_parameter_indentation.rb".freeze, "lib/rubocop/cop/layout/indent_array.rb".freeze, "lib/rubocop/cop/layout/indent_assignment.rb".freeze, "lib/rubocop/cop/layout/indent_hash.rb".freeze, "lib/rubocop/cop/layout/indent_heredoc.rb".freeze, "lib/rubocop/cop/layout/indentation_consistency.rb".freeze, "lib/rubocop/cop/layout/indentation_width.rb".freeze, "lib/rubocop/cop/layout/initial_indentation.rb".freeze, "lib/rubocop/cop/layout/leading_comment_space.rb".freeze, "lib/rubocop/cop/layout/multiline_array_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_assignment_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_block_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_hash_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_method_call_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_method_call_indentation.rb".freeze, "lib/rubocop/cop/layout/multiline_method_definition_brace_layout.rb".freeze, "lib/rubocop/cop/layout/multiline_operation_indentation.rb".freeze, "lib/rubocop/cop/layout/rescue_ensure_alignment.rb".freeze, "lib/rubocop/cop/layout/space_after_colon.rb".freeze, "lib/rubocop/cop/layout/space_after_comma.rb".freeze, "lib/rubocop/cop/layout/space_after_method_name.rb".freeze, "lib/rubocop/cop/layout/space_after_not.rb".freeze, "lib/rubocop/cop/layout/space_after_semicolon.rb".freeze, "lib/rubocop/cop/layout/space_around_block_parameters.rb".freeze, "lib/rubocop/cop/layout/space_around_equals_in_parameter_default.rb".freeze, "lib/rubocop/cop/layout/space_around_keyword.rb".freeze, "lib/rubocop/cop/layout/space_around_operators.rb".freeze, "lib/rubocop/cop/layout/space_before_block_braces.rb".freeze, "lib/rubocop/cop/layout/space_before_comma.rb".freeze, "lib/rubocop/cop/layout/space_before_comment.rb".freeze, "lib/rubocop/cop/layout/space_before_first_arg.rb".freeze, "lib/rubocop/cop/layout/space_before_semicolon.rb".freeze, "lib/rubocop/cop/layout/space_in_lambda_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_array_literal_brackets.rb".freeze, "lib/rubocop/cop/layout/space_inside_array_percent_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_block_braces.rb".freeze, "lib/rubocop/cop/layout/space_inside_hash_literal_braces.rb".freeze, "lib/rubocop/cop/layout/space_inside_parens.rb".freeze, "lib/rubocop/cop/layout/space_inside_percent_literal_delimiters.rb".freeze, "lib/rubocop/cop/layout/space_inside_range_literal.rb".freeze, "lib/rubocop/cop/layout/space_inside_reference_brackets.rb".freeze, "lib/rubocop/cop/layout/space_inside_string_interpolation.rb".freeze, "lib/rubocop/cop/layout/tab.rb".freeze, "lib/rubocop/cop/layout/trailing_blank_lines.rb".freeze, "lib/rubocop/cop/layout/trailing_whitespace.rb".freeze, "lib/rubocop/cop/lint/ambiguous_block_association.rb".freeze, "lib/rubocop/cop/lint/ambiguous_operator.rb".freeze, "lib/rubocop/cop/lint/ambiguous_regexp_literal.rb".freeze, "lib/rubocop/cop/lint/assignment_in_condition.rb".freeze, "lib/rubocop/cop/lint/big_decimal_new.rb".freeze, "lib/rubocop/cop/lint/boolean_symbol.rb".freeze, "lib/rubocop/cop/lint/circular_argument_reference.rb".freeze, "lib/rubocop/cop/lint/debugger.rb".freeze, "lib/rubocop/cop/lint/deprecated_class_methods.rb".freeze, "lib/rubocop/cop/lint/duplicate_case_condition.rb".freeze, "lib/rubocop/cop/lint/duplicate_methods.rb".freeze, "lib/rubocop/cop/lint/duplicated_key.rb".freeze, "lib/rubocop/cop/lint/each_with_object_argument.rb".freeze, "lib/rubocop/cop/lint/else_layout.rb".freeze, "lib/rubocop/cop/lint/empty_ensure.rb".freeze, "lib/rubocop/cop/lint/empty_expression.rb".freeze, "lib/rubocop/cop/lint/empty_interpolation.rb".freeze, "lib/rubocop/cop/lint/empty_when.rb".freeze, "lib/rubocop/cop/lint/end_in_method.rb".freeze, "lib/rubocop/cop/lint/ensure_return.rb".freeze, "lib/rubocop/cop/lint/erb_new_arguments.rb".freeze, "lib/rubocop/cop/lint/float_out_of_range.rb".freeze, "lib/rubocop/cop/lint/format_parameter_mismatch.rb".freeze, "lib/rubocop/cop/lint/handle_exceptions.rb".freeze, "lib/rubocop/cop/lint/implicit_string_concatenation.rb".freeze, "lib/rubocop/cop/lint/ineffective_access_modifier.rb".freeze, "lib/rubocop/cop/lint/inherit_exception.rb".freeze, "lib/rubocop/cop/lint/interpolation_check.rb".freeze, "lib/rubocop/cop/lint/literal_as_condition.rb".freeze, "lib/rubocop/cop/lint/literal_in_interpolation.rb".freeze, "lib/rubocop/cop/lint/loop.rb".freeze, "lib/rubocop/cop/lint/missing_cop_enable_directive.rb".freeze, "lib/rubocop/cop/lint/multiple_compare.rb".freeze, "lib/rubocop/cop/lint/nested_method_definition.rb".freeze, "lib/rubocop/cop/lint/nested_percent_literal.rb".freeze, "lib/rubocop/cop/lint/next_without_accumulator.rb".freeze, "lib/rubocop/cop/lint/non_local_exit_from_iterator.rb".freeze, "lib/rubocop/cop/lint/number_conversion.rb".freeze, "lib/rubocop/cop/lint/ordered_magic_comments.rb".freeze, "lib/rubocop/cop/lint/parentheses_as_grouped_expression.rb".freeze, "lib/rubocop/cop/lint/percent_string_array.rb".freeze, "lib/rubocop/cop/lint/percent_symbol_array.rb".freeze, "lib/rubocop/cop/lint/rand_one.rb".freeze, "lib/rubocop/cop/lint/redundant_with_index.rb".freeze, "lib/rubocop/cop/lint/redundant_with_object.rb".freeze, "lib/rubocop/cop/lint/regexp_as_condition.rb".freeze, "lib/rubocop/cop/lint/require_parentheses.rb".freeze, "lib/rubocop/cop/lint/rescue_exception.rb".freeze, "lib/rubocop/cop/lint/rescue_type.rb".freeze, "lib/rubocop/cop/lint/return_in_void_context.rb".freeze, "lib/rubocop/cop/lint/safe_navigation_chain.rb".freeze, "lib/rubocop/cop/lint/safe_navigation_consistency.rb".freeze, "lib/rubocop/cop/lint/script_permission.rb".freeze, "lib/rubocop/cop/lint/shadowed_argument.rb".freeze, "lib/rubocop/cop/lint/shadowed_exception.rb".freeze, "lib/rubocop/cop/lint/shadowing_outer_local_variable.rb".freeze, "lib/rubocop/cop/lint/splat_keyword_arguments.rb".freeze, "lib/rubocop/cop/lint/string_conversion_in_interpolation.rb".freeze, "lib/rubocop/cop/lint/syntax.rb".freeze, "lib/rubocop/cop/lint/underscore_prefixed_variable_name.rb".freeze, "lib/rubocop/cop/lint/unified_integer.rb".freeze, "lib/rubocop/cop/lint/unneeded_cop_disable_directive.rb".freeze, "lib/rubocop/cop/lint/unneeded_cop_enable_directive.rb".freeze, "lib/rubocop/cop/lint/unneeded_require_statement.rb".freeze, "lib/rubocop/cop/lint/unneeded_splat_expansion.rb".freeze, "lib/rubocop/cop/lint/unreachable_code.rb".freeze, "lib/rubocop/cop/lint/unused_block_argument.rb".freeze, "lib/rubocop/cop/lint/unused_method_argument.rb".freeze, "lib/rubocop/cop/lint/uri_escape_unescape.rb".freeze, "lib/rubocop/cop/lint/uri_regexp.rb".freeze, "lib/rubocop/cop/lint/useless_access_modifier.rb".freeze, "lib/rubocop/cop/lint/useless_assignment.rb".freeze, "lib/rubocop/cop/lint/useless_comparison.rb".freeze, "lib/rubocop/cop/lint/useless_else_without_rescue.rb".freeze, "lib/rubocop/cop/lint/useless_setter_call.rb".freeze, "lib/rubocop/cop/lint/void.rb".freeze, "lib/rubocop/cop/message_annotator.rb".freeze, "lib/rubocop/cop/metrics/abc_size.rb".freeze, "lib/rubocop/cop/metrics/block_length.rb".freeze, "lib/rubocop/cop/metrics/block_nesting.rb".freeze, "lib/rubocop/cop/metrics/class_length.rb".freeze, "lib/rubocop/cop/metrics/cyclomatic_complexity.rb".freeze, "lib/rubocop/cop/metrics/line_length.rb".freeze, "lib/rubocop/cop/metrics/method_length.rb".freeze, "lib/rubocop/cop/metrics/module_length.rb".freeze, "lib/rubocop/cop/metrics/parameter_lists.rb".freeze, "lib/rubocop/cop/metrics/perceived_complexity.rb".freeze, "lib/rubocop/cop/mixin/alignment.rb".freeze, "lib/rubocop/cop/mixin/annotation_comment.rb".freeze, "lib/rubocop/cop/mixin/array_hash_indentation.rb".freeze, "lib/rubocop/cop/mixin/array_min_size.rb".freeze, "lib/rubocop/cop/mixin/array_syntax.rb".freeze, "lib/rubocop/cop/mixin/check_assignment.rb".freeze, "lib/rubocop/cop/mixin/classish_length.rb".freeze, "lib/rubocop/cop/mixin/code_length.rb".freeze, "lib/rubocop/cop/mixin/configurable_enforced_style.rb".freeze, "lib/rubocop/cop/mixin/configurable_formatting.rb".freeze, "lib/rubocop/cop/mixin/configurable_max.rb".freeze, "lib/rubocop/cop/mixin/configurable_naming.rb".freeze, "lib/rubocop/cop/mixin/configurable_numbering.rb".freeze, "lib/rubocop/cop/mixin/def_node.rb".freeze, "lib/rubocop/cop/mixin/documentation_comment.rb".freeze, "lib/rubocop/cop/mixin/duplication.rb".freeze, "lib/rubocop/cop/mixin/empty_lines_around_body.rb".freeze, "lib/rubocop/cop/mixin/empty_parameter.rb".freeze, "lib/rubocop/cop/mixin/end_keyword_alignment.rb".freeze, "lib/rubocop/cop/mixin/enforce_superclass.rb".freeze, "lib/rubocop/cop/mixin/first_element_line_break.rb".freeze, "lib/rubocop/cop/mixin/frozen_string_literal.rb".freeze, "lib/rubocop/cop/mixin/hash_alignment.rb".freeze, "lib/rubocop/cop/mixin/heredoc.rb".freeze, "lib/rubocop/cop/mixin/ignored_pattern.rb".freeze, "lib/rubocop/cop/mixin/integer_node.rb".freeze, "lib/rubocop/cop/mixin/match_range.rb".freeze, "lib/rubocop/cop/mixin/method_complexity.rb".freeze, "lib/rubocop/cop/mixin/method_preference.rb".freeze, "lib/rubocop/cop/mixin/min_body_length.rb".freeze, "lib/rubocop/cop/mixin/multiline_expression_indentation.rb".freeze, "lib/rubocop/cop/mixin/multiline_literal_brace_layout.rb".freeze, "lib/rubocop/cop/mixin/negative_conditional.rb".freeze, "lib/rubocop/cop/mixin/nil_methods.rb".freeze, "lib/rubocop/cop/mixin/on_normal_if_unless.rb".freeze, "lib/rubocop/cop/mixin/ordered_gem_node.rb".freeze, "lib/rubocop/cop/mixin/parentheses.rb".freeze, "lib/rubocop/cop/mixin/parser_diagnostic.rb".freeze, "lib/rubocop/cop/mixin/percent_array.rb".freeze, "lib/rubocop/cop/mixin/percent_literal.rb".freeze, "lib/rubocop/cop/mixin/preceding_following_alignment.rb".freeze, "lib/rubocop/cop/mixin/range_help.rb".freeze, "lib/rubocop/cop/mixin/rescue_node.rb".freeze, "lib/rubocop/cop/mixin/safe_assignment.rb".freeze, "lib/rubocop/cop/mixin/safe_mode.rb".freeze, "lib/rubocop/cop/mixin/space_after_punctuation.rb".freeze, "lib/rubocop/cop/mixin/space_before_punctuation.rb".freeze, "lib/rubocop/cop/mixin/statement_modifier.rb".freeze, "lib/rubocop/cop/mixin/string_help.rb".freeze, "lib/rubocop/cop/mixin/string_literals_help.rb".freeze, "lib/rubocop/cop/mixin/surrounding_space.rb".freeze, "lib/rubocop/cop/mixin/target_rails_version.rb".freeze, "lib/rubocop/cop/mixin/target_ruby_version.rb".freeze, "lib/rubocop/cop/mixin/too_many_lines.rb".freeze, "lib/rubocop/cop/mixin/trailing_body.rb".freeze, "lib/rubocop/cop/mixin/trailing_comma.rb".freeze, "lib/rubocop/cop/mixin/uncommunicative_name.rb".freeze, "lib/rubocop/cop/mixin/unused_argument.rb".freeze, "lib/rubocop/cop/naming/accessor_method_name.rb".freeze, "lib/rubocop/cop/naming/ascii_identifiers.rb".freeze, "lib/rubocop/cop/naming/binary_operator_parameter_name.rb".freeze, "lib/rubocop/cop/naming/class_and_module_camel_case.rb".freeze, "lib/rubocop/cop/naming/constant_name.rb".freeze, "lib/rubocop/cop/naming/file_name.rb".freeze, "lib/rubocop/cop/naming/heredoc_delimiter_case.rb".freeze, "lib/rubocop/cop/naming/heredoc_delimiter_naming.rb".freeze, "lib/rubocop/cop/naming/memoized_instance_variable_name.rb".freeze, "lib/rubocop/cop/naming/method_name.rb".freeze, "lib/rubocop/cop/naming/predicate_name.rb".freeze, "lib/rubocop/cop/naming/uncommunicative_block_param_name.rb".freeze, "lib/rubocop/cop/naming/uncommunicative_method_param_name.rb".freeze, "lib/rubocop/cop/naming/variable_name.rb".freeze, "lib/rubocop/cop/naming/variable_number.rb".freeze, "lib/rubocop/cop/offense.rb".freeze, "lib/rubocop/cop/performance/caller.rb".freeze, "lib/rubocop/cop/performance/case_when_splat.rb".freeze, "lib/rubocop/cop/performance/casecmp.rb".freeze, "lib/rubocop/cop/performance/compare_with_block.rb".freeze, "lib/rubocop/cop/performance/count.rb".freeze, "lib/rubocop/cop/performance/detect.rb".freeze, "lib/rubocop/cop/performance/double_start_end_with.rb".freeze, "lib/rubocop/cop/performance/end_with.rb".freeze, "lib/rubocop/cop/performance/fixed_size.rb".freeze, "lib/rubocop/cop/performance/flat_map.rb".freeze, "lib/rubocop/cop/performance/inefficient_hash_search.rb".freeze, "lib/rubocop/cop/performance/lstrip_rstrip.rb".freeze, "lib/rubocop/cop/performance/range_include.rb".freeze, "lib/rubocop/cop/performance/redundant_block_call.rb".freeze, "lib/rubocop/cop/performance/redundant_match.rb".freeze, "lib/rubocop/cop/performance/redundant_merge.rb".freeze, "lib/rubocop/cop/performance/redundant_sort_by.rb".freeze, "lib/rubocop/cop/performance/regexp_match.rb".freeze, "lib/rubocop/cop/performance/reverse_each.rb".freeze, "lib/rubocop/cop/performance/sample.rb".freeze, "lib/rubocop/cop/performance/size.rb".freeze, "lib/rubocop/cop/performance/start_with.rb".freeze, "lib/rubocop/cop/performance/string_replacement.rb".freeze, "lib/rubocop/cop/performance/times_map.rb".freeze, "lib/rubocop/cop/performance/unfreeze_string.rb".freeze, "lib/rubocop/cop/performance/unneeded_sort.rb".freeze, "lib/rubocop/cop/performance/uri_default_parser.rb".freeze, "lib/rubocop/cop/rails/action_filter.rb".freeze, "lib/rubocop/cop/rails/active_record_aliases.rb".freeze, "lib/rubocop/cop/rails/active_support_aliases.rb".freeze, "lib/rubocop/cop/rails/application_job.rb".freeze, "lib/rubocop/cop/rails/application_record.rb".freeze, "lib/rubocop/cop/rails/assert_not.rb".freeze, "lib/rubocop/cop/rails/blank.rb".freeze, "lib/rubocop/cop/rails/create_table_with_timestamps.rb".freeze, "lib/rubocop/cop/rails/date.rb".freeze, "lib/rubocop/cop/rails/delegate.rb".freeze, "lib/rubocop/cop/rails/delegate_allow_blank.rb".freeze, "lib/rubocop/cop/rails/dynamic_find_by.rb".freeze, "lib/rubocop/cop/rails/enum_uniqueness.rb".freeze, "lib/rubocop/cop/rails/environment_comparison.rb".freeze, "lib/rubocop/cop/rails/exit.rb".freeze, "lib/rubocop/cop/rails/file_path.rb".freeze, "lib/rubocop/cop/rails/find_by.rb".freeze, "lib/rubocop/cop/rails/find_each.rb".freeze, "lib/rubocop/cop/rails/has_and_belongs_to_many.rb".freeze, "lib/rubocop/cop/rails/has_many_or_has_one_dependent.rb".freeze, "lib/rubocop/cop/rails/http_positional_arguments.rb".freeze, "lib/rubocop/cop/rails/http_status.rb".freeze, "lib/rubocop/cop/rails/inverse_of.rb".freeze, "lib/rubocop/cop/rails/lexically_scoped_action_filter.rb".freeze, "lib/rubocop/cop/rails/not_null_column.rb".freeze, "lib/rubocop/cop/rails/output.rb".freeze, "lib/rubocop/cop/rails/output_safety.rb".freeze, "lib/rubocop/cop/rails/pluralization_grammar.rb".freeze, "lib/rubocop/cop/rails/presence.rb".freeze, "lib/rubocop/cop/rails/present.rb".freeze, "lib/rubocop/cop/rails/read_write_attribute.rb".freeze, "lib/rubocop/cop/rails/redundant_receiver_in_with_options.rb".freeze, "lib/rubocop/cop/rails/refute_methods.rb".freeze, "lib/rubocop/cop/rails/relative_date_constant.rb".freeze, "lib/rubocop/cop/rails/request_referer.rb".freeze, "lib/rubocop/cop/rails/reversible_migration.rb".freeze, "lib/rubocop/cop/rails/safe_navigation.rb".freeze, "lib/rubocop/cop/rails/save_bang.rb".freeze, "lib/rubocop/cop/rails/scope_args.rb".freeze, "lib/rubocop/cop/rails/skips_model_validations.rb".freeze, "lib/rubocop/cop/rails/time_zone.rb".freeze, "lib/rubocop/cop/rails/uniq_before_pluck.rb".freeze, "lib/rubocop/cop/rails/unknown_env.rb".freeze, "lib/rubocop/cop/rails/validation.rb".freeze, "lib/rubocop/cop/registry.rb".freeze, "lib/rubocop/cop/security/eval.rb".freeze, "lib/rubocop/cop/security/json_load.rb".freeze, "lib/rubocop/cop/security/marshal_load.rb".freeze, "lib/rubocop/cop/security/open.rb".freeze, "lib/rubocop/cop/security/yaml_load.rb".freeze, "lib/rubocop/cop/severity.rb".freeze, "lib/rubocop/cop/style/alias.rb".freeze, "lib/rubocop/cop/style/and_or.rb".freeze, "lib/rubocop/cop/style/array_join.rb".freeze, "lib/rubocop/cop/style/ascii_comments.rb".freeze, "lib/rubocop/cop/style/attr.rb".freeze, "lib/rubocop/cop/style/auto_resource_cleanup.rb".freeze, "lib/rubocop/cop/style/bare_percent_literals.rb".freeze, "lib/rubocop/cop/style/begin_block.rb".freeze, "lib/rubocop/cop/style/block_comments.rb".freeze, "lib/rubocop/cop/style/block_delimiters.rb".freeze, "lib/rubocop/cop/style/braces_around_hash_parameters.rb".freeze, "lib/rubocop/cop/style/case_equality.rb".freeze, "lib/rubocop/cop/style/character_literal.rb".freeze, "lib/rubocop/cop/style/class_and_module_children.rb".freeze, "lib/rubocop/cop/style/class_check.rb".freeze, "lib/rubocop/cop/style/class_methods.rb".freeze, "lib/rubocop/cop/style/class_vars.rb".freeze, "lib/rubocop/cop/style/collection_methods.rb".freeze, "lib/rubocop/cop/style/colon_method_call.rb".freeze, "lib/rubocop/cop/style/colon_method_definition.rb".freeze, "lib/rubocop/cop/style/command_literal.rb".freeze, "lib/rubocop/cop/style/comment_annotation.rb".freeze, "lib/rubocop/cop/style/commented_keyword.rb".freeze, "lib/rubocop/cop/style/conditional_assignment.rb".freeze, "lib/rubocop/cop/style/copyright.rb".freeze, "lib/rubocop/cop/style/date_time.rb".freeze, "lib/rubocop/cop/style/def_with_parentheses.rb".freeze, "lib/rubocop/cop/style/dir.rb".freeze, "lib/rubocop/cop/style/documentation.rb".freeze, "lib/rubocop/cop/style/documentation_method.rb".freeze, "lib/rubocop/cop/style/double_negation.rb".freeze, "lib/rubocop/cop/style/each_for_simple_loop.rb".freeze, "lib/rubocop/cop/style/each_with_object.rb".freeze, "lib/rubocop/cop/style/empty_block_parameter.rb".freeze, "lib/rubocop/cop/style/empty_case_condition.rb".freeze, "lib/rubocop/cop/style/empty_else.rb".freeze, "lib/rubocop/cop/style/empty_lambda_parameter.rb".freeze, "lib/rubocop/cop/style/empty_literal.rb".freeze, "lib/rubocop/cop/style/empty_method.rb".freeze, "lib/rubocop/cop/style/encoding.rb".freeze, "lib/rubocop/cop/style/end_block.rb".freeze, "lib/rubocop/cop/style/eval_with_location.rb".freeze, "lib/rubocop/cop/style/even_odd.rb".freeze, "lib/rubocop/cop/style/expand_path_arguments.rb".freeze, "lib/rubocop/cop/style/flip_flop.rb".freeze, "lib/rubocop/cop/style/for.rb".freeze, "lib/rubocop/cop/style/format_string.rb".freeze, "lib/rubocop/cop/style/format_string_token.rb".freeze, "lib/rubocop/cop/style/frozen_string_literal_comment.rb".freeze, "lib/rubocop/cop/style/global_vars.rb".freeze, "lib/rubocop/cop/style/guard_clause.rb".freeze, "lib/rubocop/cop/style/hash_syntax.rb".freeze, "lib/rubocop/cop/style/identical_conditional_branches.rb".freeze, "lib/rubocop/cop/style/if_inside_else.rb".freeze, "lib/rubocop/cop/style/if_unless_modifier.rb".freeze, "lib/rubocop/cop/style/if_unless_modifier_of_if_unless.rb".freeze, "lib/rubocop/cop/style/if_with_semicolon.rb".freeze, "lib/rubocop/cop/style/implicit_runtime_error.rb".freeze, "lib/rubocop/cop/style/infinite_loop.rb".freeze, "lib/rubocop/cop/style/inline_comment.rb".freeze, "lib/rubocop/cop/style/inverse_methods.rb".freeze, "lib/rubocop/cop/style/lambda.rb".freeze, "lib/rubocop/cop/style/lambda_call.rb".freeze, "lib/rubocop/cop/style/line_end_concatenation.rb".freeze, "lib/rubocop/cop/style/method_call_with_args_parentheses.rb".freeze, "lib/rubocop/cop/style/method_call_without_args_parentheses.rb".freeze, "lib/rubocop/cop/style/method_called_on_do_end_block.rb".freeze, "lib/rubocop/cop/style/method_def_parentheses.rb".freeze, "lib/rubocop/cop/style/method_missing_super.rb".freeze, "lib/rubocop/cop/style/min_max.rb".freeze, "lib/rubocop/cop/style/missing_else.rb".freeze, "lib/rubocop/cop/style/missing_respond_to_missing.rb".freeze, "lib/rubocop/cop/style/mixin_grouping.rb".freeze, "lib/rubocop/cop/style/mixin_usage.rb".freeze, "lib/rubocop/cop/style/module_function.rb".freeze, "lib/rubocop/cop/style/multiline_block_chain.rb".freeze, "lib/rubocop/cop/style/multiline_if_modifier.rb".freeze, "lib/rubocop/cop/style/multiline_if_then.rb".freeze, "lib/rubocop/cop/style/multiline_memoization.rb".freeze, "lib/rubocop/cop/style/multiline_ternary_operator.rb".freeze, "lib/rubocop/cop/style/multiple_comparison.rb".freeze, "lib/rubocop/cop/style/mutable_constant.rb".freeze, "lib/rubocop/cop/style/negated_if.rb".freeze, "lib/rubocop/cop/style/negated_while.rb".freeze, "lib/rubocop/cop/style/nested_modifier.rb".freeze, "lib/rubocop/cop/style/nested_parenthesized_calls.rb".freeze, "lib/rubocop/cop/style/nested_ternary_operator.rb".freeze, "lib/rubocop/cop/style/next.rb".freeze, "lib/rubocop/cop/style/nil_comparison.rb".freeze, "lib/rubocop/cop/style/non_nil_check.rb".freeze, "lib/rubocop/cop/style/not.rb".freeze, "lib/rubocop/cop/style/numeric_literal_prefix.rb".freeze, "lib/rubocop/cop/style/numeric_literals.rb".freeze, "lib/rubocop/cop/style/numeric_predicate.rb".freeze, "lib/rubocop/cop/style/one_line_conditional.rb".freeze, "lib/rubocop/cop/style/option_hash.rb".freeze, "lib/rubocop/cop/style/optional_arguments.rb".freeze, "lib/rubocop/cop/style/or_assignment.rb".freeze, "lib/rubocop/cop/style/parallel_assignment.rb".freeze, "lib/rubocop/cop/style/parentheses_around_condition.rb".freeze, "lib/rubocop/cop/style/percent_literal_delimiters.rb".freeze, "lib/rubocop/cop/style/percent_q_literals.rb".freeze, "lib/rubocop/cop/style/perl_backrefs.rb".freeze, "lib/rubocop/cop/style/preferred_hash_methods.rb".freeze, "lib/rubocop/cop/style/proc.rb".freeze, "lib/rubocop/cop/style/raise_args.rb".freeze, "lib/rubocop/cop/style/random_with_offset.rb".freeze, "lib/rubocop/cop/style/redundant_begin.rb".freeze, "lib/rubocop/cop/style/redundant_conditional.rb".freeze, "lib/rubocop/cop/style/redundant_exception.rb".freeze, "lib/rubocop/cop/style/redundant_freeze.rb".freeze, "lib/rubocop/cop/style/redundant_parentheses.rb".freeze, "lib/rubocop/cop/style/redundant_return.rb".freeze, "lib/rubocop/cop/style/redundant_self.rb".freeze, "lib/rubocop/cop/style/regexp_literal.rb".freeze, "lib/rubocop/cop/style/rescue_modifier.rb".freeze, "lib/rubocop/cop/style/rescue_standard_error.rb".freeze, "lib/rubocop/cop/style/return_nil.rb".freeze, "lib/rubocop/cop/style/safe_navigation.rb".freeze, "lib/rubocop/cop/style/self_assignment.rb".freeze, "lib/rubocop/cop/style/semicolon.rb".freeze, "lib/rubocop/cop/style/send.rb".freeze, "lib/rubocop/cop/style/signal_exception.rb".freeze, "lib/rubocop/cop/style/single_line_block_params.rb".freeze, "lib/rubocop/cop/style/single_line_methods.rb".freeze, "lib/rubocop/cop/style/special_global_vars.rb".freeze, "lib/rubocop/cop/style/stabby_lambda_parentheses.rb".freeze, "lib/rubocop/cop/style/stderr_puts.rb".freeze, "lib/rubocop/cop/style/string_hash_keys.rb".freeze, "lib/rubocop/cop/style/string_literals.rb".freeze, "lib/rubocop/cop/style/string_literals_in_interpolation.rb".freeze, "lib/rubocop/cop/style/string_methods.rb".freeze, "lib/rubocop/cop/style/struct_inheritance.rb".freeze, "lib/rubocop/cop/style/symbol_array.rb".freeze, "lib/rubocop/cop/style/symbol_literal.rb".freeze, "lib/rubocop/cop/style/symbol_proc.rb".freeze, "lib/rubocop/cop/style/ternary_parentheses.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_class.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_method_definition.rb".freeze, "lib/rubocop/cop/style/trailing_body_on_module.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_arguments.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_array_literal.rb".freeze, "lib/rubocop/cop/style/trailing_comma_in_hash_literal.rb".freeze, "lib/rubocop/cop/style/trailing_method_end_statement.rb".freeze, "lib/rubocop/cop/style/trailing_underscore_variable.rb".freeze, "lib/rubocop/cop/style/trivial_accessors.rb".freeze, "lib/rubocop/cop/style/unless_else.rb".freeze, "lib/rubocop/cop/style/unneeded_capital_w.rb".freeze, "lib/rubocop/cop/style/unneeded_interpolation.rb".freeze, "lib/rubocop/cop/style/unneeded_percent_q.rb".freeze, "lib/rubocop/cop/style/unpack_first.rb".freeze, "lib/rubocop/cop/style/variable_interpolation.rb".freeze, "lib/rubocop/cop/style/when_then.rb".freeze, "lib/rubocop/cop/style/while_until_do.rb".freeze, "lib/rubocop/cop/style/while_until_modifier.rb".freeze, "lib/rubocop/cop/style/word_array.rb".freeze, "lib/rubocop/cop/style/yoda_condition.rb".freeze, "lib/rubocop/cop/style/zero_length_predicate.rb".freeze, "lib/rubocop/cop/team.rb".freeze, "lib/rubocop/cop/util.rb".freeze, "lib/rubocop/cop/variable_force.rb".freeze, "lib/rubocop/cop/variable_force/assignment.rb".freeze, "lib/rubocop/cop/variable_force/branch.rb".freeze, "lib/rubocop/cop/variable_force/branchable.rb".freeze, "lib/rubocop/cop/variable_force/reference.rb".freeze, "lib/rubocop/cop/variable_force/scope.rb".freeze, "lib/rubocop/cop/variable_force/variable.rb".freeze, "lib/rubocop/cop/variable_force/variable_table.rb".freeze, "lib/rubocop/error.rb".freeze, "lib/rubocop/file_finder.rb".freeze, "lib/rubocop/formatter/auto_gen_config_formatter.rb".freeze, "lib/rubocop/formatter/base_formatter.rb".freeze, "lib/rubocop/formatter/clang_style_formatter.rb".freeze, "lib/rubocop/formatter/colorizable.rb".freeze, "lib/rubocop/formatter/disabled_config_formatter.rb".freeze, "lib/rubocop/formatter/disabled_lines_formatter.rb".freeze, "lib/rubocop/formatter/emacs_style_formatter.rb".freeze, "lib/rubocop/formatter/file_list_formatter.rb".freeze, "lib/rubocop/formatter/formatter_set.rb".freeze, "lib/rubocop/formatter/fuubar_style_formatter.rb".freeze, "lib/rubocop/formatter/html_formatter.rb".freeze, "lib/rubocop/formatter/json_formatter.rb".freeze, "lib/rubocop/formatter/offense_count_formatter.rb".freeze, "lib/rubocop/formatter/progress_formatter.rb".freeze, "lib/rubocop/formatter/quiet_formatter.rb".freeze, "lib/rubocop/formatter/simple_text_formatter.rb".freeze, "lib/rubocop/formatter/tap_formatter.rb".freeze, "lib/rubocop/formatter/text_util.rb".freeze, "lib/rubocop/formatter/worst_offenders_formatter.rb".freeze, "lib/rubocop/magic_comment.rb".freeze, "lib/rubocop/name_similarity.rb".freeze, "lib/rubocop/node_pattern.rb".freeze, "lib/rubocop/options.rb".freeze, "lib/rubocop/path_util.rb".freeze, "lib/rubocop/platform.rb".freeze, "lib/rubocop/processed_source.rb".freeze, "lib/rubocop/rake_task.rb".freeze, "lib/rubocop/remote_config.rb".freeze, "lib/rubocop/result_cache.rb".freeze, "lib/rubocop/rspec/cop_helper.rb".freeze, "lib/rubocop/rspec/expect_offense.rb".freeze, "lib/rubocop/rspec/host_environment_simulation_helper.rb".freeze, "lib/rubocop/rspec/shared_contexts.rb".freeze, "lib/rubocop/rspec/shared_examples.rb".freeze, "lib/rubocop/rspec/support.rb".freeze, "lib/rubocop/runner.rb".freeze, "lib/rubocop/string_interpreter.rb".freeze, "lib/rubocop/string_util.rb".freeze, "lib/rubocop/target_finder.rb".freeze, "lib/rubocop/token.rb".freeze, "lib/rubocop/version.rb".freeze, "lib/rubocop/warning.rb".freeze] s.homepage = "https://github.com/bbatsov/rubocop".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Automatic Ruby code style checking tool.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.2".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze, ">= 1.0.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 1.6.9".freeze, "< 2.0".freeze]) end