Updated Directive (markdown)

Martin Bagge / brother
2021-07-27 21:18:48 +02:00
parent 399a3d5c80
commit c5c13cfe10

@@ -17,6 +17,12 @@ Prevent shellcheck from processing one or more warnings:
statement_where_warning_should_be_disabled
```
A range of errors can also be specified, handy when disbaling things for the entire file.
```sh
#!/bin/bash
# shellcheck disable=SC1000-SC9999
```
### source
Tell ShellCheck where to find a sourced file (since 0.4.0):