Skip to content

Commit f0f0d46

Browse files
authored
docs: clarify that unused suppressions cause non-zero exit code (#19698)
1 parent 44bac9d commit f0f0d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/suppressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ eslint --suppressions-location .github/.eslint-suppressions
4747

4848
## Resolving Suppressions
4949

50-
You can address any of the reported violations by making the necessary changes to the code as usual. If you run ESLint again you will notice that a warning is reported about unused suppressions. This is because the violations have been resolved but the suppressions are still in place.
50+
You can address any of the reported violations by making the necessary changes to the code as usual. If you run ESLint again you will notice that it exits with a non-zero exit code and an error is reported about unused suppressions. This is because the violations have been resolved but the suppressions are still in place.
5151

5252
```bash
5353
> eslint

0 commit comments

Comments
 (0)