adding details

This commit is contained in:
Lucas Gravley 2020-08-04 14:29:25 -05:00
parent c78f7f0ed8
commit c85f386652

View file

@ -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)