File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ git submodule update --init --recursive
1616```
1717
1818## Linting
19- Before submitting a pull request, ensure you’ve run the linting commands below to fix violations or
20- suppress warnings.
19+ Before submitting a pull request, ensure you’ve run the linting commands below and either fixed any
20+ violations or suppressed the warnings.
2121
2222To run all linting checks:
2323``` shell
@@ -29,9 +29,9 @@ To run all linting checks AND automatically fix any fixable issues:
2929task lint:fix
3030```
3131
32- To see which linters are available and how to run a specific linter , run
32+ To see which linters are available and run the linters for a specific file type , run
3333``` shell
34- task --list-all
34+ task -a
3535```
3636and check for all tasks under the ` lint ` namespace (marked with the ` lint: ` prefix).
3737
You can’t perform that action at this time.
0 commit comments