Update LINTER_ARRAY value for PowerShell (Core)

This commit is contained in:
Kevin Rowlandson 2020-06-30 13:38:39 +01:00
parent e59a5ac46d
commit b5e74e561a
No known key found for this signature in database
GPG key ID: F33348ACAE26BE84

View file

@ -80,7 +80,7 @@ CLOJURE_LINTER_RULES="$DEFAULT_RULES_LOCATION/$CLOJURE_FILE_NAME"
LINTER_ARRAY=("jsonlint" "yamllint" "xmllint" "markdownlint" "shellcheck"
"pylint" "perl" "rubocop" "coffeelint" "eslint" "standard"
"ansible-lint" "/dockerfilelint/bin/dockerfilelint" "golangci-lint" "tflint"
"stylelint" "dotenv-linter" "powershell" "ktlint" "protolint" "clj-kondo"
"stylelint" "dotenv-linter" "pwsh" "ktlint" "protolint" "clj-kondo"
"spectral" "cfn-lint")