Metadata


Name
rubocop-rspec
Version
2.7.0
Platform
ruby
Authors
John Backus
Ian MacLeod
Nils Gemeinhardt
Bindir
bin
Date
2021-12-26 00:00:00 UTC
Dependencies
rubocop (~> 1.19)
rack (>= 0, development)
rake (>= 0, development)
rspec (>= 3.4, development)
rubocop-performance (~> 1.7, development)
rubocop-rake (~> 0.6, development)
yard (>= 0, development)
Description
Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool.
Email
johncbackus@gmail.com
ian@nevir.net
git@nilsgemeinhardt.de
Extra rdoc files
MIT-LICENSE.md
README.md
Files
CHANGELOG.md
CODE_OF_CONDUCT.md
MIT-LICENSE.md
README.md
config/default.yml
lib/rubocop-rspec.rb
lib/rubocop/cop/rspec/align_left_let_brace.rb
lib/rubocop/cop/rspec/align_right_let_brace.rb
lib/rubocop/cop/rspec/any_instance.rb
lib/rubocop/cop/rspec/around_block.rb
lib/rubocop/cop/rspec/base.rb
lib/rubocop/cop/rspec/be.rb
lib/rubocop/cop/rspec/be_eql.rb
lib/rubocop/cop/rspec/before_after_all.rb
lib/rubocop/cop/rspec/capybara/current_path_expectation.rb
lib/rubocop/cop/rspec/capybara/feature_methods.rb
lib/rubocop/cop/rspec/capybara/visibility_matcher.rb
lib/rubocop/cop/rspec/context_method.rb
lib/rubocop/cop/rspec/context_wording.rb
lib/rubocop/cop/rspec/describe_class.rb
lib/rubocop/cop/rspec/describe_method.rb
lib/rubocop/cop/rspec/describe_symbol.rb
lib/rubocop/cop/rspec/described_class.rb
lib/rubocop/cop/rspec/described_class_module_wrapping.rb
lib/rubocop/cop/rspec/dialect.rb
lib/rubocop/cop/rspec/empty_example_group.rb
lib/rubocop/cop/rspec/empty_hook.rb
lib/rubocop/cop/rspec/empty_line_after_example.rb
lib/rubocop/cop/rspec/empty_line_after_example_group.rb
lib/rubocop/cop/rspec/empty_line_after_final_let.rb
lib/rubocop/cop/rspec/empty_line_after_hook.rb
lib/rubocop/cop/rspec/empty_line_after_subject.rb
lib/rubocop/cop/rspec/example_length.rb
lib/rubocop/cop/rspec/example_without_description.rb
lib/rubocop/cop/rspec/example_wording.rb
lib/rubocop/cop/rspec/excessive_docstring_spacing.rb
lib/rubocop/cop/rspec/expect_actual.rb
lib/rubocop/cop/rspec/expect_change.rb
lib/rubocop/cop/rspec/expect_in_hook.rb
lib/rubocop/cop/rspec/expect_output.rb
lib/rubocop/cop/rspec/factory_bot/attribute_defined_statically.rb
lib/rubocop/cop/rspec/factory_bot/create_list.rb
lib/rubocop/cop/rspec/factory_bot/factory_class_name.rb
lib/rubocop/cop/rspec/factory_bot/syntax_methods.rb
lib/rubocop/cop/rspec/file_path.rb
lib/rubocop/cop/rspec/focus.rb
lib/rubocop/cop/rspec/hook_argument.rb
lib/rubocop/cop/rspec/hooks_before_examples.rb
lib/rubocop/cop/rspec/identical_equality_assertion.rb
lib/rubocop/cop/rspec/implicit_block_expectation.rb
lib/rubocop/cop/rspec/implicit_expect.rb
lib/rubocop/cop/rspec/implicit_subject.rb
lib/rubocop/cop/rspec/instance_spy.rb
lib/rubocop/cop/rspec/instance_variable.rb
lib/rubocop/cop/rspec/it_behaves_like.rb
lib/rubocop/cop/rspec/iterated_expectation.rb
lib/rubocop/cop/rspec/leading_subject.rb
lib/rubocop/cop/rspec/leaky_constant_declaration.rb
lib/rubocop/cop/rspec/let_before_examples.rb
lib/rubocop/cop/rspec/let_setup.rb
lib/rubocop/cop/rspec/message_chain.rb
lib/rubocop/cop/rspec/message_expectation.rb
lib/rubocop/cop/rspec/message_spies.rb
lib/rubocop/cop/rspec/missing_example_group_argument.rb
lib/rubocop/cop/rspec/mixin/comments_help.rb
lib/rubocop/cop/rspec/mixin/empty_line_separation.rb
lib/rubocop/cop/rspec/mixin/final_end_location.rb
lib/rubocop/cop/rspec/mixin/inside_example_group.rb
lib/rubocop/cop/rspec/mixin/top_level_group.rb
lib/rubocop/cop/rspec/mixin/variable.rb
lib/rubocop/cop/rspec/multiple_describes.rb
lib/rubocop/cop/rspec/multiple_expectations.rb
lib/rubocop/cop/rspec/multiple_memoized_helpers.rb
lib/rubocop/cop/rspec/multiple_subjects.rb
lib/rubocop/cop/rspec/named_subject.rb
lib/rubocop/cop/rspec/nested_groups.rb
lib/rubocop/cop/rspec/not_to_not.rb
lib/rubocop/cop/rspec/overwriting_setup.rb
lib/rubocop/cop/rspec/pending.rb
lib/rubocop/cop/rspec/predicate_matcher.rb
lib/rubocop/cop/rspec/rails/avoid_setup_hook.rb
lib/rubocop/cop/rspec/rails/http_status.rb
lib/rubocop/cop/rspec/receive_counts.rb
lib/rubocop/cop/rspec/receive_never.rb
lib/rubocop/cop/rspec/repeated_description.rb
lib/rubocop/cop/rspec/repeated_example.rb
lib/rubocop/cop/rspec/repeated_example_group_body.rb
lib/rubocop/cop/rspec/repeated_example_group_description.rb
lib/rubocop/cop/rspec/repeated_include_example.rb
lib/rubocop/cop/rspec/return_from_stub.rb
lib/rubocop/cop/rspec/scattered_let.rb
lib/rubocop/cop/rspec/scattered_setup.rb
lib/rubocop/cop/rspec/shared_context.rb
lib/rubocop/cop/rspec/shared_examples.rb
lib/rubocop/cop/rspec/single_argument_message_chain.rb
lib/rubocop/cop/rspec/stubbed_mock.rb
lib/rubocop/cop/rspec/subject_declaration.rb
lib/rubocop/cop/rspec/subject_stub.rb
lib/rubocop/cop/rspec/unspecified_exception.rb
lib/rubocop/cop/rspec/variable_definition.rb
lib/rubocop/cop/rspec/variable_name.rb
lib/rubocop/cop/rspec/verified_doubles.rb
lib/rubocop/cop/rspec/void_expect.rb
lib/rubocop/cop/rspec/yield.rb
lib/rubocop/cop/rspec_cops.rb
lib/rubocop/rspec/align_let_brace.rb
lib/rubocop/rspec/concept.rb
lib/rubocop/rspec/config_formatter.rb
lib/rubocop/rspec/corrector/move_node.rb
lib/rubocop/rspec/description_extractor.rb
lib/rubocop/rspec/example.rb
lib/rubocop/rspec/example_group.rb
lib/rubocop/rspec/factory_bot.rb
lib/rubocop/rspec/factory_bot/language.rb
lib/rubocop/rspec/hook.rb
lib/rubocop/rspec/inject.rb
lib/rubocop/rspec/language.rb
lib/rubocop/rspec/language/node_pattern.rb
lib/rubocop/rspec/node.rb
lib/rubocop/rspec/version.rb
lib/rubocop/rspec/wording.rb
Homepage
https://github.com/rubocop/rubocop-rspec
Licenses
MIT
Metadata
{"changelog_uri"=>"https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md", "documentation_uri"=>"https://docs.rubocop.org/rubocop-rspec/", "rubygems_mfa_required"=>"true"}
Require paths
lib
Required ruby version
>= 2.5.0
Required rubygems version
>= 0
Rubygems version
3.3.1
Specification version
4
Summary
Code style checking for RSpec files
Original platform
ruby
New platform
ruby