mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
Fix reviewdog extension config
We need to use a string list of extensions as shown in the doc: https://github.com/reviewdog/action-rubocop?tab=readme-ov-file#example-usage
This commit is contained in:
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@@ -18,9 +18,7 @@ jobs:
|
||||
uses: reviewdog/action-rubocop@v2
|
||||
with:
|
||||
rubocop_version: gemfile
|
||||
rubocop_extensions:
|
||||
- rubocop-rails:gemfile
|
||||
- rubocop-rspec:gemfile
|
||||
rubocop_extensions: rubocop-rails:gemfile rubocop-rspec:gemfile
|
||||
reporter: github-pr-check
|
||||
level: error
|
||||
fail_on_error: true
|
||||
|
||||
Reference in New Issue
Block a user