diff --git a/docs/disabling-linters.md b/docs/disabling-linters.md index 15ddb185..00b246a2 100644 --- a/docs/disabling-linters.md +++ b/docs/disabling-linters.md @@ -23,6 +23,7 @@ For some linters it is also possible to override rules on a case by case level w - [CSS](#css) - [Dart](#dart) - [Dockerfile](#dockerfile) + - [Dockerfile](#dockerfile-hadolint) - [EDITORCONFIG-CHECKER](#editorconfig-checker) - [ENV](#env) - [Golang](#golang) @@ -295,6 +296,30 @@ analyzer: --- +## Dockerfile-Hadolint + +- [hadolint](https://github.com/hadolint/hadolint) + +### Hadolint standard Config file + +- `.github/linters/.hadolint.yml` +- You can pass multiple rules and overwrite default rules +- File should be located at: `.github/linters/.hadolint.yml` + +### Hadolint disable single line + +- There is currently **No** way to disable rules inline of the file(s) + +### Hadolint disable code block + +- There is currently **No** way to disable rules inline of the file(s) + +### Hadolint disable entire file + +- There is currently **No** way to disable rules inline of the file(s) + +--- + ## EDITORCONFIG-CHECKER - [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker)