mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Adding tflint
This commit is contained in:
parent
e0d4e19cf2
commit
90faa90bf5
1 changed files with 12 additions and 0 deletions
|
@ -291,6 +291,7 @@ taz = "some/huge/line/string/with/embed/#{values}.that/surpasses/the/max/column/
|
|||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
## Dockerfile
|
||||
-[dockerfilelint](https://github.com/replicatedhq/dockerfilelint.git)
|
||||
|
||||
|
@ -311,9 +312,20 @@ taz = "some/huge/line/string/with/embed/#{values}.that/surpasses/the/max/column/
|
|||
--------------------------------------------------------------------------------
|
||||
|
||||
## Terraform
|
||||
- [tflint](https://github.com/terraform-linters/tflint)
|
||||
|
||||
### tflint standard Config file
|
||||
- `.github/linters/.tflint.hcl`
|
||||
- You can pass multiple rules and overwrite default rules
|
||||
- File should be located at: `.github/linters/.tflint.hcl`
|
||||
|
||||
### tflint disable single line
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### tflint disable code block
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
### tflint disable entire file
|
||||
- There is currently **No** way to disable rules inline of the file(s)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue