Skip to content

Commit 0471355

Browse files
committed
Clarify linting instructions
1 parent f88b6ce commit 0471355

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2222
To run all linting checks:
2323
```shell
@@ -29,9 +29,9 @@ To run all linting checks AND automatically fix any fixable issues:
2929
task 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
```
3636
and check for all tasks under the `lint` namespace (marked with the `lint:` prefix).
3737

0 commit comments

Comments
 (0)