.codespellignore | |
|
|
.git-blame-ignore-revs | |
|
|
.gitattributes | |
|
|
.github/CODEOWNERS | |
|
|
.github/CONTRIBUTING.md | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/codespell.yml | |
|
|
.github/workflows/linting.yml | |
|
|
.github/workflows/main.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.gitignore | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.rubocop_todo.yml | |
|
|
.simplecov | |
|
|
.yamllint | |
|
|
.yardopts | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
Gemfile | |
|
|
MIT-LICENSE.md | |
|
|
README.md | |
|
|
Rakefile | |
|
|
docs/antora.yml | |
|
|
docs/modules/ROOT/nav.adoc | |
|
|
docs/modules/ROOT/pages/cops.adoc | |
|
|
docs/modules/ROOT/pages/cops_rspec.adoc | |
|
|
docs/modules/ROOT/pages/development.adoc | |
|
|
docs/modules/ROOT/pages/index.adoc | |
|
|
docs/modules/ROOT/pages/installation.adoc | |
|
|
docs/modules/ROOT/pages/third_party_rspec_syntax_extensions.adoc | |
|
|
docs/modules/ROOT/pages/upgrade_to_version_2.adoc | |
|
|
docs/modules/ROOT/pages/upgrade_to_version_3.adoc | |
|
|
docs/modules/ROOT/pages/usage.adoc | |
|
|
lib/rubocop-rspec.rb | 38 | A 0 mins |
|
lib/rubocop/cop/rspec/align_left_let_brace.rb | 28 | A 1 hr |
|
lib/rubocop/cop/rspec/align_right_let_brace.rb | 28 | A 1 hr |
|
lib/rubocop/cop/rspec/any_instance.rb | 17 | A 0 mins |
|
lib/rubocop/cop/rspec/around_block.rb | 57 | A 0 mins |
|
lib/rubocop/cop/rspec/base.rb | 17 | A 0 mins |
|
lib/rubocop/cop/rspec/be.rb | 18 | A 0 mins |
|
lib/rubocop/cop/rspec/be_empty.rb | 28 | A 0 mins |
|
lib/rubocop/cop/rspec/be_eq.rb | 20 | A 0 mins |
|
lib/rubocop/cop/rspec/be_eql.rb | 21 | A 0 mins |
|
lib/rubocop/cop/rspec/be_nil.rb | 40 | A 0 mins |
|
lib/rubocop/cop/rspec/before_after_all.rb | 24 | A 0 mins |
|
lib/rubocop/cop/rspec/change_by_zero.rb | 104 | A 0 mins |
|