mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -05:00
adding details
This commit is contained in:
parent
c78f7f0ed8
commit
c85f386652
1 changed files with 25 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue