Install rubocop-rspec

Why not enforce more consistency in our specs also?

Some of them generated way too many violations, so I relaxed them a bit.
This commit is contained in:
David Cook
2023-09-06 12:26:14 +10:00
parent 715e8253ff
commit 0091a60a6e
5 changed files with 22 additions and 2 deletions

View File

@@ -18,7 +18,9 @@ jobs:
uses: reviewdog/action-rubocop@v2
with:
rubocop_version: gemfile
rubocop_extensions: rubocop-rails:gemfile
rubocop_extensions:
- rubocop-rails:gemfile
- rubocop-rspec:gemfile
reporter: github-pr-check
level: error
fail_on_error: true