mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
Add missing comma
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
ada457273e
commit
6cc86ad030
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ control "super-linter-installed-commands" do
|
|||
{ linter_name: "standard"},
|
||||
{ linter_name: "stylelint"},
|
||||
{ linter_name: "tekton-lint"},
|
||||
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"}
|
||||
{ linter_name: "terraform_fmt", version_command: "terraform fmt --version"},
|
||||
{ linter_name: "terragrunt"},
|
||||
{ linter_name: "terrascan", version_option: "version"},
|
||||
{ linter_name: "tflint"},
|
||||
|
|
Loading…
Reference in a new issue