| **ERROR_ON_MISSING_EXEC_BIT** | If set to `false`, the `bash-exec` linter will report a warning if a shell script is not executable. If set to `true`, the `bash-exec` linter will report an arror instead.| `false` |
Please be aware that any config file specified is relative to `$LINTER_RULES_PATH`, so you have to put **all your
templating** under the path specified. If you are curious to know what are the *default templates* files for your
linters, they are all available in the [`TEMPLATES`](https://github.com/github/super-linter/tree/master/TEMPLATES)
folder
#### Enable or disable linters
!!! info "Note about `VALIDATE_[LANGUAGE]` variables from super-linter [README](https://github.com/github/super-linter#environment-variables){:target="_blank"}"