rubocop-rspec
Code style checking for RSpec files.
파일 탐색기
최종 버전 다운로드 (.zip)- bug_report.md
- feature_request.md
- codespell.yml
- linting.yml
- main.yml
- publish.yml
- zizmor.yml
- CODEOWNERS
- CONTRIBUTING.md
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- default.yml
- obsoletion.yml
- cops.adoc
- cops_rspec.adoc
- development.adoc
- index.adoc
- installation.adoc
- third_party_rspec_syntax_extensions.adoc
- upgrade_to_version_2.adoc
- upgrade_to_version_3.adoc
- usage.adoc
- nav.adoc
- antora.yml
- comments_help.rb
- empty_line_separation.rb
- file_help.rb
- final_end_location.rb
- inside_example.rb
- inside_example_group.rb
- location_help.rb
- metadata.rb
- namespace.rb
- repeated_items.rb
- skip_or_pending.rb
- top_level_group.rb
- variable.rb
- align_left_let_brace.rb
- align_right_let_brace.rb
- any_instance.rb
- around_block.rb
- base.rb
- be.rb
- be_empty.rb
- be_eq.rb
- be_eql.rb
- be_nil.rb
- before_after_all.rb
- change_by_zero.rb
- class_check.rb
- contain_exactly.rb
- context_method.rb
- context_wording.rb
- describe_class.rb
- describe_method.rb
- describe_symbol.rb
- described_class.rb
- described_class_module_wrapping.rb
- dialect.rb
- discarded_matcher.rb
- duplicated_metadata.rb
- empty_example_group.rb
- empty_hook.rb
- empty_line_after_example.rb
- empty_line_after_example_group.rb
- empty_line_after_final_let.rb
- empty_line_after_hook.rb
- empty_line_after_subject.rb
- empty_metadata.rb
- empty_output.rb
- eq.rb
- example_length.rb
- example_without_description.rb
- example_wording.rb
- excessive_docstring_spacing.rb
- expect_actual.rb
- expect_change.rb
- expect_in_hook.rb
- expect_in_let.rb
- expect_output.rb
- focus.rb
- hook_argument.rb
- hooks_before_examples.rb
- identical_equality_assertion.rb
- implicit_block_expectation.rb
- implicit_expect.rb
- implicit_subject.rb
- include_examples.rb
- indexed_let.rb
- instance_spy.rb
- instance_variable.rb
- is_expected_specify.rb
- it_behaves_like.rb
- iterated_expectation.rb
- leading_subject.rb
- leaky_constant_declaration.rb
- leaky_local_variable.rb
- let_before_examples.rb
- let_setup.rb
- match_array.rb
- match_with_simple_regex.rb
- message_chain.rb
- message_expectation.rb
- message_spies.rb
- metadata_style.rb
- missing_example_group_argument.rb
- missing_expectation_target_method.rb
- mixin.rb
- multiple_describes.rb
- multiple_expectations.rb
- multiple_memoized_helpers.rb
- multiple_subjects.rb
- named_subject.rb
- nested_groups.rb
- no_expectation_example.rb
- not_to_not.rb
- output.rb
- overwriting_setup.rb
- pending.rb
- pending_without_reason.rb
- predicate_matcher.rb
- receive_counts.rb
- receive_messages.rb
- receive_never.rb
- redundant_around.rb
- redundant_predicate_matcher.rb
- remove_const.rb
- repeated_description.rb
- repeated_example.rb
- repeated_example_group_body.rb
- repeated_example_group_description.rb
- repeated_include_example.rb
- repeated_subject_call.rb
- return_from_stub.rb
- scattered_let.rb
- scattered_setup.rb
- shared_context.rb
- shared_examples.rb
- single_argument_message_chain.rb
- skip_block_inside_example.rb
- sort_metadata.rb
- spec_file_path_format.rb
- spec_file_path_suffix.rb
- stubbed_mock.rb
- subject_declaration.rb
- subject_stub.rb
- undescriptive_literals_description.rb
- unspecified_exception.rb
- variable_definition.rb
- variable_name.rb
- verified_double_reference.rb
- verified_doubles.rb
- void_expect.rb
- yield.rb
- rspec.rb
- rspec_cops.rb
- generator.rb
- move_node.rb
- default_rspec_language_config_context.rb
- align_let_brace.rb
- concept.rb
- config_formatter.rb
- description_extractor.rb
- example.rb
- example_group.rb
- hook.rb
- language.rb
- node.rb
- plugin.rb
- version.rb
- wording.rb
- rspec.rb
- rubocop-rspec.rb
- changelog_spec.rb
- default_config_spec.rb
- lazy_loading_spec.rb
- autocorrect_spec.rb
- run_spec.rb
- location_help_spec.rb
- metadata_spec.rb
- skip_or_pending_spec.rb
- top_level_group_spec.rb
- align_left_let_brace_spec.rb
- align_right_let_brace_spec.rb
- any_instance_spec.rb
- around_block_spec.rb
- base_spec.rb
- be_empty_spec.rb
- be_eq_spec.rb
- be_eql_spec.rb
- be_nil_spec.rb
- be_spec.rb
- before_after_all_spec.rb
- change_by_zero_spec.rb
- class_check_spec.rb
- contain_exactly_spec.rb
- context_method_spec.rb
- context_wording_spec.rb
- describe_class_spec.rb
- describe_method_spec.rb
- describe_symbol_spec.rb
- described_class_module_wrapping_spec.rb
- described_class_spec.rb
- dialect_spec.rb
- discarded_matcher_spec.rb
- duplicated_metadata_spec.rb
- empty_example_group_spec.rb
- empty_hook_spec.rb
- empty_line_after_example_group_spec.rb
- empty_line_after_example_spec.rb
- empty_line_after_final_let_spec.rb
- empty_line_after_hook_spec.rb
- empty_line_after_subject_spec.rb
- empty_metadata_spec.rb
- empty_output_spec.rb
- eq_spec.rb
- example_length_spec.rb
- example_without_description_spec.rb
- example_wording_spec.rb
- excessive_docstring_spacing_spec.rb
- expect_actual_spec.rb
- expect_change_spec.rb
- expect_in_hook_spec.rb
- expect_in_let_spec.rb
- expect_output_spec.rb
- focus_spec.rb
- hook_argument_spec.rb
- hooks_before_examples_spec.rb
- identical_equality_assertion_spec.rb
- implicit_block_expectation_spec.rb
- implicit_expect_spec.rb
- implicit_subject_spec.rb
- include_examples_spec.rb
- indexed_let_spec.rb
- instance_spy_spec.rb
- instance_variable_spec.rb
- is_expected_specify_spec.rb
- it_behaves_like_spec.rb
- iterated_expectation_spec.rb
- leading_subject_spec.rb
- leaky_constant_declaration_spec.rb
- leaky_local_variable_spec.rb
- let_before_examples_spec.rb
- let_setup_spec.rb
- match_array_spec.rb
- match_with_simple_regex_spec.rb
- message_chain_spec.rb
- message_expectation_spec.rb
- message_spies_spec.rb
- metadata_style_spec.rb
- missing_example_group_argument_spec.rb
- missing_expectation_target_method_spec.rb
- multiple_describes_spec.rb
- multiple_expectations_spec.rb
- multiple_memoized_helpers_spec.rb
- multiple_subjects_spec.rb
- named_subject_spec.rb
- nested_groups_spec.rb
- no_expectation_example_spec.rb
- not_to_not_spec.rb
- output_spec.rb
- overwriting_setup_spec.rb
- pending_spec.rb
- pending_without_reason_spec.rb
- predicate_matcher_spec.rb
- receive_counts_spec.rb
- receive_messages_spec.rb
- receive_never_spec.rb
- redundant_around_spec.rb
- redundant_predicate_matcher_spec.rb
- remove_const_spec.rb
- repeated_description_spec.rb
- repeated_example_group_body_spec.rb
- repeated_example_group_description_spec.rb
- repeated_example_spec.rb
- repeated_include_example_spec.rb
- repeated_subject_call_spec.rb
- return_from_stub_spec.rb
- scattered_let_spec.rb
- scattered_setup_spec.rb
- shared_context_spec.rb
- shared_examples_spec.rb
- single_argument_message_chain_spec.rb
- skip_block_inside_example_spec.rb
- sort_metadata_spec.rb
- spec_file_path_format_spec.rb
- spec_file_path_suffix_spec.rb
- stubbed_mock_spec.rb
- subject_declaration_spec.rb
- subject_stub_spec.rb
- undescriptive_literals_description_spec.rb
- unspecified_exception_spec.rb
- variable_definition_spec.rb
- variable_name_spec.rb
- verified_double_reference_spec.rb
- verified_doubles_spec.rb
- void_expect_spec.rb
- yield_spec.rb
- config_formatter_spec.rb
- description_extractor_spec.rb
- example_group_spec.rb
- example_spec.rb
- hook_spec.rb
- wording_spec.rb
- detects_style_behavior.rb
- smoke_test_examples.rb
- empty_spec.rb
- factory_bot_spec.rb
- no_tests_spec.rb
- weird_rspec_spec.rb
- cli_spec_behavior.rb
- expect_offense.rb
- file_helper.rb
- spec_helper.rb
- cops_documentation.rake
- create_release_notes.rake
- cut_release.rake
- .codespellignore
- .git-blame-ignore-revs
- .gitattributes
- .gitignore
- .rspec
- .rubocop.yml
- .rubocop_todo.yml
- .simplecov
- .yamllint
- .yardopts
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- MIT-LICENSE.md
- Rakefile
- README.md
- rubocop-rspec.gemspec
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rubocop/rubocop-rspec
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd rubocop-rspec
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Ruby gem 명령어를 쓰려면 Ruby가 필요합니다.
gem install rubocop-rspec
RubyGems에 배포된 패키지를 바로 설치합니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
