mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
fix typo!
@@ -160,7 +160,7 @@ _Prevents `shellcheck` from processing one or more warnings:_
|
|||||||
# shellcheck disable=SC1000-SC9999
|
# shellcheck disable=SC1000-SC9999
|
||||||
# shellcheck disable=1000-9999
|
# shellcheck disable=1000-9999
|
||||||
```
|
```
|
||||||
ℹ️Silencing parser errors is purely cosmetic; Any parser error found will still stop `shellsheck` at the point of the error.
|
ℹ️Silencing parser errors is purely cosmetic; Any parser error found will still stop `shellcheck` at the point of the error.
|
||||||
|
|
||||||
#### enable
|
#### enable
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user