Rename executable deprecated erblint to erb_lint
Now executable `erblint` is deprecated, then we will use `erb_lint` instead.
This commit is contained in:
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: RuboCop
|
- name: RuboCop
|
||||||
run: bundle exec rubocop --fail-level convention --display-only-fail-level-offenses -f github
|
run: bundle exec rubocop --fail-level convention --display-only-fail-level-offenses -f github
|
||||||
- name: ERB Lint
|
- name: ERB Lint
|
||||||
run: bundle exec erblint .
|
run: bundle exec erb_lint .
|
||||||
- name: ESLint
|
- name: ESLint
|
||||||
run: npx eslint . --quiet
|
run: npx eslint . --quiet
|
||||||
- name: Stylelint
|
- name: Stylelint
|
||||||
|
|||||||
Reference in New Issue
Block a user