You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**GoReleaser**|[GoReleaser](https://github.com/goreleaser/goreleaser)| See YAML formatters |
@@ -357,7 +357,7 @@ You can configure Super-linter using the following environment variables:
357
357
|**VALIDATE_GIT_MERGE_CONFLICT_MARKERS**|`true`| Option to enable or disable checking if files contain Git merge conflict markers. |
358
358
|**VALIDATE_GITHUB_ACTIONS**|`true`| Flag to enable or disable the linting process of the GitHub Actions. |
359
359
|**VALIDATE_GITLEAKS**|`true`| Flag to enable or disable the linting process of the secrets. |
360
-
|**VALIDATE_GO**|`true`| Flag to enable or disable the linting process of the individual Golang files. Set this to `false` if you want to lint Go modules. See the `VALIDATE_GO_MODULES` variable. |
360
+
|**VALIDATE_GO**|`true`| Flag to enable or disable the linting process of the individual Go files. Set this to `false` if you want to lint Go modules. See the `VALIDATE_GO_MODULES` variable.|
361
361
|**VALIDATE_GO_MODULES**|`true`| Flag to enable or disable the linting process of Go modules. Super-linter considers a directory to be a Go module if it contains a file named`go.mod`. |
362
362
|**VALIDATE_GO_RELEASER**|`true`| Flag to enable or disable the linting process of the GoReleaser config file. |
363
363
|**VALIDATE_GRAPHQL_PRETTIER**|`true`| Flag to enable or disable checking the formatting of GraphQL files with Prettier. |
@@ -394,7 +394,7 @@ You can configure Super-linter using the following environment variables:
394
394
|**VALIDATE_PHP_PHPCS**|`true`| Flag to enable or disable the linting process of the PHP language. (Utilizing: PHP CodeSniffer) |
395
395
|**VALIDATE_PHP_PHPSTAN**|`true`| Flag to enable or disable the linting process of the PHP language. (Utilizing: PHPStan) |
396
396
|**VALIDATE_PHP_PSALM**|`true`| Flag to enable or disable the linting process of the PHP language. (Utilizing: PSalm) |
397
-
|**VALIDATE_POWERSHELL**|`true`| Flag to enable or disable the linting process of the Powershell language. |
397
+
|**VALIDATE_POWERSHELL**|`true`| Flag to enable or disable the linting process of the PowerShell language. |
398
398
|**VALIDATE_PROTOBUF**|`true`| Flag to enable or disable the linting process of the Protobuf language. |
399
399
|**VALIDATE_PYTHON**|`true`| Flag to enable or disable the linting process of the Python language. (Utilizing: pylint) (keep for backward compatibility) |
400
400
|**VALIDATE_PYTHON_BLACK**|`true`| Flag to enable or disable the linting process of the Python language. (Utilizing: black) |
0 commit comments