schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
megalinter-descriptor.jsonschema.json | cli_config_extra_args | When a configuration file is used with the linter CLI, send these additional arguments | {"default": [], "examples": [["--no-eslintrc", "--no-ignore"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_docker_args | Arguments for docker run before image name | {"default": [], "examples": [["-v", "`pwd`:`pwd`", "-w", "`pwd`"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_docker_image_version | Version of the docker image to use for linting | {"default": "latest", "examples": ["0.42.0_swift-5.3.2"], "type": "string"} |
megalinter-descriptor.jsonschema.json | cli_executable | Override if different from linter_name | {"type": "string"} |
megalinter-descriptor.jsonschema.json | cli_executable_help | Override if different from cli executable used for linting | {"type": "string"} |
megalinter-descriptor.jsonschema.json | cli_executable_version | Override if different from cli executable used for linting | {"type": "string"} |
megalinter-descriptor.jsonschema.json | cli_help_extra_args | When linter CLI is call for help, send these additional arguments | {"items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_help_extra_commands | When linter CLI is call for help, send these additional commands | {"items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_lint_errors_count | Defines how to count errors from log file. regex_number, regex_count, regex_sum, or total_lines | {"enum": ["regex_number", "regex_count", "regex_sum", "total_lines", "sarif"], "examples": ["regex_number", "regex_count", "regex_sum", "total_lines"], "type": "string"} |
megalinter-descriptor.jsonschema.json | cli_lint_errors_regex | Regex allowing to extract the number of errors from linter output logs | {"examples": ["Issues found: (.*) in .* files"], "type": "string"} |
megalinter-descriptor.jsonschema.json | cli_lint_extra_args | When linter CLI is call for linting, send these additional arguments before config args | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_lint_extra_args_after | When linter CLI is call for linting, send these additional arguments after config args | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_lint_fix_remove_args | When linter CLI is call for fixing, remove these arguments | {"default": [], "examples": [["--check"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_lint_ignore_arg_name | If the linter can use an ignore file, input here the related argument | {"examples": ["--secretlintignore", "--ignore-path"], "type": "string"} |
megalinter-descriptor.jsonschema.json | cli_lint_mode | Defines how the linter is called: file, list_of_files, project | {"default": "file", "enum": ["file", "project", "list_of_files"], "type": "string"} |
megalinter-descriptor.jsonschema.json | cli_sarif_args | Arguments to generate SARIF output | {"default": [], "examples": [["--format", "sarif", "--output", "{{SARIF_OUTPUT_FILE}}"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cli_version_extra_args | When linter CLI is call for version, send these additional arguments | {"items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | config_file_name | An explanation about the purpose of this instance. | {"examples": [".eslintrc.yml", ".markdown-lint.yml", ".python-black"], "type": "string"} |
megalinter-descriptor.jsonschema.json | deprecated | Shows if the linter is deprecated. | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | deprecated_description | Displays information on why it is deprecated and whether an alternative is available. | {"default": "", "type": "string"} |
megalinter-descriptor.jsonschema.json | descriptor_flavors | MegaLinter flavors matching this linter | {"default": [], "examples": [["all_flavors", "java", "php"]], "items": {}, "type": "array"} |
megalinter-descriptor.jsonschema.json | descriptor_flavors_exclude | MegaLinter flavors that must not contain this descriptor | {"default": [], "examples": [["all_flavors", "java", "php"]], "items": {}, "type": "array"} |
megalinter-descriptor.jsonschema.json | disabled | Disable linter in MegaLinter next builds | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | downgraded_reason | Explanation about why the linter is downgraded | {"default": false, "type": "string"} |
megalinter-descriptor.jsonschema.json | downgraded_version | Indicates that installation instructions does not use the latest release of the linter | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | examples | Please add an example with and without configuration file in the command. They will appear in documentation | {"examples": [["golangci-lint run myfile.go", "golangci-lint run -c .golangci.yml myfile.go"], ["eslint myfile.js", "eslint -c .eslintrc.yml --no-eslintrc --no-ignore myfile.js"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | file_extensions | File extension filters if different from the ones defined on parent descriptor | {"default": [], "examples": [[".py", ""]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | file_names_not_ends_with | List of strings to filter the files according to their end of file name | {"default": [], "examples": [["vault.yml", "galaxy.xml"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | file_names_regex | Regular expression list for filtering files by their base names using regex full match. Empty list includes all files. Can be overridden at linter level | {"default": [], "examples": [["Dockerfile(-.+)?", "Jenkinsfile"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | files_sub_directory | Set when a linter only lints a sub-directory | {"examples": [["ansible", "kubernetes"]], "type": "string"} |
megalinter-descriptor.jsonschema.json | ide | List of IDE supporting the linter | {"type": "object"} |
megalinter-descriptor.jsonschema.json | ignore_file_name | An explanation about the purpose of this instance. | {"examples": [".eslintignore", ".secretlintignore"], "type": "string"} |
megalinter-descriptor.jsonschema.json | ignore_for_flavor_suggestions | If this property is set to true, this linter will be ignored for flavor suggestions | {"default": false, "examples": [".eslintignore", ".secretlintignore"], "type": "boolean"} |
megalinter-descriptor.jsonschema.json | install | List of apk, dockerfile instructions, npm/pip/gem packages required to install the linter | {"default": {}, "examples": [{"dockerfile": ["FROM accurics/terrascan:latest as terrascan", "COPY --from=terrascan /go/bin/terrascan /usr/bin/", "RUN terrascan init"]}, {"npm": ["eslint", "eslint-config-airbnb", "eslint-config-prettier", "eslint-plugin-jest", "eslint-plugin-prettier", "babel-eslint"]}], "properties": {"apk": {"examples": [["perl", "perl-dev"]], "items": {"type": "string"}, "type": "array"}, "cargo": {"examples": [["clippy", "sarif-fmt"]], "items": {"type": "string"}, "type": "array"}, "dockerfile": {"examples": [["FROM accurics/terrascan:latest as terrascan", "COPY --from=terrascan /go/bin/terrascan /usr/bin/", "RUN terrascan init"]], "items": {"type": "string"}, "type": "array"}, "gem": {"examples": [["rubocop:0.82.0", "rubocop-github:0.16.0", "rubocop-performance"]], "items": {"type": "string"}, "type": "array"}, "npm": {"examples": [["eslint", "[email protected]"]], "items": {"type": "string"}, "type": "array"}, "pip": {"examples": [["flake8"]], "items": {"type": "string"}, "type": "array"}}, "type": "object"} |
megalinter-descriptor.jsonschema.json | apk | APK packages identifiers (with or without version) | {"examples": [["perl", "perl-dev"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | cargo | Cargo packages identifiers (with or without version) | {"examples": [["clippy", "sarif-fmt"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | dockerfile | Will be automatically integrated in generated Dockerfile | {"examples": [["FROM accurics/terrascan:latest as terrascan", "COPY --from=terrascan /go/bin/terrascan /usr/bin/", "RUN terrascan init"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | gem | GEM packages identifiers (with or without version) | {"examples": [["rubocop:0.82.0", "rubocop-github:0.16.0", "rubocop-performance"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | npm | NPM packages identifiers (with or without version) | {"examples": [["eslint", "[email protected]"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | pip | PIP packages identifiers (with or without version) | {"examples": [["flake8"]], "items": {"type": "string"}, "type": "array"} |
megalinter-descriptor.jsonschema.json | is_formatter | If the linter is just a formatter, set to true so errors will count as warnings | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | is_sbom | If the linter is SBOM, set to true so extra properties will be returned | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | lint_all_files | If set to true, this linter will always lint all files, undepending their name/extensions/content | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | lint_all_other_linters_files | If set to true, this descriptor linters will lint one by one all files collected by all other linters | {"default": false, "type": "boolean"} |
megalinter-descriptor.jsonschema.json | linter_banner_image_url | URL of an image used to build header of linter Markdown documentation | {"examples": ["https://github.com/stylelint/stylelint/raw/main/identity/stylelint-icon-and-text-white.png"], "format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_help_cache | If the linter is unable to return help content, hardcode it here | {"type": "string"} |
megalinter-descriptor.jsonschema.json | linter_icon_png_url | URL of a PNG image representing the icon of the linter | {"examples": ["https://github.com/stylelint/stylelint/raw/main/identity/stylelint-icon-and-text-white.png"], "format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_image_url | URL of an image used in linter Markdown documentation | {"examples": ["https://raku.org/camelia-logo.png"], "format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_megalinter_ref_url | URL to linter documentation referring to MegaLinter | {"type": "string"} |
megalinter-descriptor.jsonschema.json | linter_name | Name of the linter (same as cli command if possible) | {"examples": ["eslint"], "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_repo | URL of the linter repository home page | {"examples": ["https://github.com/eslint/eslint"], "format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_rules_configuration_url | URL to linter documentation explaining how to configure the linter | {"format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_rules_ignore_config_url | URL to linter documentation explaining how to ignore files | {"format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_rules_inline_disable_url | URL to linter documentation explaining how to disable rules directly with comments in files | {"format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_rules_url | URL to linter documentation listing all the rules that can be detected | {"format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_spdx_license | spdx license id of the linter | {"type": "string"} |
megalinter-descriptor.jsonschema.json | linter_speed | Average speed of the linter (performances indicator). For 1 (very slow) to 5 (very fast) | {"enum": [1, 2, 3, 4, 5], "type": "number"} |
megalinter-descriptor.jsonschema.json | linter_url | URL of the linter home page | {"examples": ["https://eslint.org"], "format": "uri", "type": "string"} |
megalinter-descriptor.jsonschema.json | linter_version_cache | If the linter is unable to return a version number, hardcode it here | {"type": "string"} |
megalinter-descriptor.jsonschema.json | name | When several linters in a descriptor, set a different name that will be used for configuration | {"examples": ["JAVASCRIPT_ES"], "type": "string"} |
megalinter-descriptor.jsonschema.json | post_commands | Custom bash commands to run after linter | {"default": [], "examples": [[{"command": "npm install java-caller", "continue_if_failed": false, "cwd": "root"}, {"command": "echo \"linter post-run command has been called\"", "cwd": "workspace"}]], "items": {}, "type": "array"} |
megalinter-descriptor.jsonschema.json | pre_commands | Custom bash commands to run before linter | {"default": [], "examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "root"}, {"command": "echo \"linter pre-run command has been called\"", "cwd": "workspace"}]], "items": {}, "type": "array"} |
megalinter-descriptor.jsonschema.json | sarif_default_output_file | Path to find default SARIF output file when generated by linter | {"examples": [["./results.sarif"]], "type": "string"} |
megalinter-descriptor.jsonschema.json | test_folder | Test folder containing _good_ and _bad_ files, if different from parent descriptor test_folder | {"examples": [["bash_shfmt", "terraform_terrascan"]], "type": "string"} |
megalinter-descriptor.jsonschema.json | test_variables | List of variables to set before running tests | {"examples": [{"JAVASCRIPT_DEFAULT_STYLE": "prettier"}], "type": "object"} |
megalinter-descriptor.jsonschema.json | variables | Try to not use this property except if you really have no choice | {"examples": [{"default_value": "false", "name": "ERROR_ON_MISSING_EXEC_BIT"}], "type": "array"} |
megalinter-descriptor.jsonschema.json | examples | If set to `false`, the `bash-exec` linter will report a warning if a shell script is not executable. If set to `true`, the `bash-exec` linter will report an error instead | {"default_value": "false", "name": "ERROR_ON_MISSING_EXEC_BIT"} |
megalinter-descriptor.jsonschema.json | version_extract_regex | If default regex to extract version from linter -v call, override it here | {"examples": ["(?<=npm-groovy-lint version )\\d+(\\.\\d+)+"], "type": "string"} |
megalinter-descriptor.jsonschema.json | processing_order | If descriptor linters may be slow, put a negative processing order. If it is fast, put a positive one. If you don't know, do not set | {"default": 0, "examples": [[-9, 0, 9]], "type": "number"} |
megalinter-descriptor.jsonschema.json | test_folder | Test folder containing _good_ and _bad_ files. Default: lowercase(descriptor_id) | {"examples": [["bash_shfmt", "terraform_terrascan"]], "type": "string"} |
megalinter-configuration.jsonschema.json | MegaLinter configuration file | {"$schema": "http://json-schema.org/draft-07/schema", "additionalProperties": false, "definitions": {"command_info": {"properties": {"command": {"examples": ["npm run test", "echo \"This is a custom command\""], "type": "string"}, "continue_if_failed": {"default": true, "type": "boolean"}, "cwd": {"enum": ["root", "workspace"], "examples": ["root", "workspace"], "type": "string"}, "secured_env": {"default": true, "type": "boolean"}}, "required": [], "type": "object"}, "enum_descriptor_keys": {"enum": ["ACTION", "ANSIBLE", "ARM", "BASH", "BICEP", "C", "CLOJURE", "CLOUDFORMATION", "COFFEE", "COPYPASTE", "CPP", "CSHARP", "CSS", "DART", "DOCKERFILE", "EDITORCONFIG", "ENV", "GHERKIN", "GO", "GRAPHQL", "GROOVY", "HTML", "JAVA", "JAVASCRIPT", "JSON", "JSX", "KOTLIN", "KUBERNETES", "LATEX", "LUA", "MAKEFILE", "MARKDOWN", "OPENAPI", "PERL", "PHP", "POWERSHELL", "PROTOBUF", "PUPPET", "PYTHON", "R", "RAKU", "REPOSITORY", "RST", "RUBY", "RUST", "SALESFORCE", "SCALA", "SNAKEMAKE", "SPELL", "SQL", "SWIFT", "TEKTON", "TERRAFORM", "TSX", "TYPESCRIPT", "VBDOTNET", "XML", "YAML", "CREDENTIALS", "GIT"], "type": "string"}, "enum_linter_keys": {"enum": ["ACTION_ACTIONLINT", "ANSIBLE_ANSIBLE_LINT", "ARM_ARM_TTK", "BASH_EXEC", "BASH_SHELLCHECK", "BASH_SHFMT", "BICEP_BICEP_LINTER", "C_CPPLINT", "CLOJURE_CLJ_KONDO", "CLOJURE_CLJSTYLE", "CLOUDFORMATION_CFN_LINT", "COFFEE_COFFEELINT", "COPYPASTE_JSCPD", "CPP_CPPLINT", "CSHARP_DOTNET_FORMAT", "CSHARP_CSHARPIER", "CSS_STYLELINT", "CSS_SCSS_LINT", "DART_DARTANALYZER", "DOCKERFILE_HADOLINT", "EDITORCONFIG_EDITORCONFIG_CHECKER", "ENV_DOTENV_LINTER", "GHERKIN_GHERKIN_LINT", "GO_GOLANGCI_LINT", "GO_REVIVE", "GRAPHQL_GRAPHQL_SCHEMA_LINTER", "GROOVY_NPM_GROOVY_LINT", "HTML_DJLINT", "HTML_HTMLHINT", "JAVA_CHECKSTYLE", "JAVA_PMD", "JAVASCRIPT_ES", "JAVASCRIPT_STANDARD", "JAVASCRIPT_PRETTIER", "JSON_JSONLINT", "JSON_ESLINT_PLUGIN_JSONC", "JSON_V8R", "JSON_PRETTIER", "JSON_NPM_PACKAGE_JSON_LINT", "JSX_ESLINT", "KOTLIN_KTLINT", "KUBERNETES_KUBECONFORM", "KUBERNETES_HELM", "KUBERNETES_KUBESCAPE", "LATEX_CHKTEX", "LUA_LUACHECK", "MAKEFILE_CHECKMAKE", "MARKDOWN_MARKDOWNLINT", "MARKDOWN_REMARK_LINT", "MARKDOWN_MARKDOWN_LINK_CHECK", "MARKDOWN_MARKDOWN_TABLE_FORMATTER", "OPENAPI_SPECTRAL", "PERL_PERLCRITIC", "PHP_PHPCS", "PHP_PHPSTAN", "PHP_PSALM", "PHP_PHPLINT", "POWERSHELL_POWERSHELL", "POWERSHELL_POWERSHELL_FORMATTER", "PROTOBUF_PROTOLINT", "PUPPET_PUPPET_LINT", "PYTHON_PYLINT", "PYTHON_BLACK", "PYTHON_FLAKE8", "PYTHON_ISORT", "PYTHON_BANDIT", "PYTHON_MYPY", "PYTHON_PYRIGHT", "PYTHON_RUFF", "R_LINTR", "RAKU_RAKU", "REPOSITORY_CHECKOV", "REPOSITORY_DEVSKIM", "REPOSITORY_DUSTILOCK", "REPOSITORY_GIT_DIFF", "REPOSITORY_GITLEAKS", "REPOSITORY_GRYPE", "REPOSITORY_KICS", "REPOSITORY_SECRETLINT", "REPOSITORY_SEMGREP", "REPOSITORY_SYFT", "REPOSITORY_TRIVY", "REPOSITORY_TRIVY_SBOM", "REPOSITORY_TRUFFLEHOG", "RST_RST_LINT", "RST_RSTCHECK", "RST_RSTFMT", "RUBY_RUBOCOP", "RUST_CLIPPY", "SALESFORCE_SFDX_SCANNER_APEX", "SALESFORCE_SFDX_SCANNER_AURA", "SALESFORCE_SFDX_SCANNER_LWC", "SCALA_SCALAFIX", "SNAKEMAKE_LINT", "SNAKEMAKE_SNAKEFMT", "SPELL_CSPELL", "SPELL_PROSELINT", "SPELL_VALE", "SPELL_LYCHEE", "SQL_SQL_LINT", "SQL_SQLFLUFF", "SQL_TSQLLINT", "SWIFT_SWIFTLINT", "TEKTON_TEKTON_LINT", "TERRAFORM_TFLINT", "TERRAFORM_TERRASCAN", "TERRAFORM_TERRAGRUNT", "TERRAFORM_TERRAFORM_FMT", "TSX_ESLINT", "TYPESCRIPT_ES", "TYPESCRIPT_STANDARD", "TYPESCRIPT_PRETTIER", "VBDOTNET_DOTNET_FORMAT", "XML_XMLLINT", "YAML_PRETTIER", "YAML_YAMLLINT", "YAML_V8R", "CREDENTIALS_SECRETLINT", "DOCKERFILE_DOCKERFILELINT", "GIT_GIT_DIFF", "PHP_BUILTIN", "KUBERNETES_KUBEVAL", "REPOSITORY_GOODCHECK", "SPELL_MISSPELL", "TERRAFORM_CHECKOV", "TERRAFORM_KICS"], "type": "string"}}, "properties": {"ACTION_ACTIONLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ACTION_ACTIONLINT_CLI_EXECUTABLE": {"default": [["actionlint"]], "items": {"type": "string"}, "type": "array"}, "ACTION_ACTIONLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "ACTION_ACTIONLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ACTION_ACTIONLINT_CONFIG_FILE": {"default": "actionlint.yml", "type": "string"}, "ACTION_ACTIONLINT_DIRECTORY": {"default": ".github/workflows", "type": "string"}, "ACTION_ACTIONLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "ACTION_ACTIONLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "ACTION_ACTIONLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "ACTION_ACTIONLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "ACTION_ACTIONLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ACTION_ACTIONLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "ACTION_ACTIONLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ACTION_ACTIONLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ACTION_ACTIONLINT_RULES_PATH": {"type": "string"}, "ACTION_ACTIONLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "ACTION_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ACTION_FILTER_REGEX_INCLUDE": {"type": "string"}, "ADDITIONAL_EXCLUDED_DIRECTORIES": {"examples": [["test"]], "items": {"type": "string"}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ANSIBLE_ANSIBLE_LINT_CLI_EXECUTABLE": {"default": [["ansible-lint"]], "items": {"type": "string"}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ANSIBLE_ANSIBLE_LINT_CONFIG_FILE": {"default": ".ansible-lint", "type": "string"}, "ANSIBLE_ANSIBLE_LINT_DIRECTORY": {"default": "ansible", "type": "string"}, "ANSIBLE_ANSIBLE_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "ANSIBLE_ANSIBLE_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "ANSIBLE_ANSIBLE_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_FILE_NAME": {"default": ".ansible-lint.yml", "type": "string"}, "ANSIBLE_ANSIBLE_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ANSIBLE_ANSIBLE_LINT_RULES_PATH": {"type": "string"}, "ANSIBLE_ANSIBLE_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "ANSIBLE_DIRECTORY": {"default": "ansible", "type": "string"}, "ANSIBLE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ANSIBLE_FILTER_REGEX_INCLUDE": {"type": "string"}, "APPLY_FIXES": {"default": "none", "examples": ["all", "none", ["JAVASCRIPT_ES", "MARKDOWN_MARKDOWNLINT"]], "type": ["array", "string"]}, "ARM_ARM_TTK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ARM_ARM_TTK_CLI_EXECUTABLE": {"default": [["arm-ttk"]], "items": {"type": "string"}, "type": "array"}, "ARM_ARM_TTK_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "ARM_ARM_TTK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ARM_ARM_TTK_CONFIG_FILE": {"default": ".arm-ttk.psd1", "type": "string"}, "ARM_ARM_TTK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "ARM_ARM_TTK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "ARM_ARM_TTK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "ARM_ARM_TTK_FILE_NAME": {"default": ".arm-ttk.psd1", "type": "string"}, "ARM_ARM_TTK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "ARM_ARM_TTK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ARM_ARM_TTK_FILTER_REGEX_INCLUDE": {"type": "string"}, "ARM_ARM_TTK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ARM_ARM_TTK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ARM_ARM_TTK_RULES_PATH": {"type": "string"}, "ARM_ARM_TTK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "ARM_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ARM_FILTER_REGEX_INCLUDE": {"type": "string"}, "AZURE_COMMENT_REPORTER": {"default": true, "type": "boolean"}, "AZURE_COMMENT_REPORTER_LINKS_TYPE": {"default": "artifacts", "enum": ["artifacts", "build"], "type": "string"}, "BASH_EXEC_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_EXEC_CLI_EXECUTABLE": {"default": [["bash-exec"]], "items": {"type": "string"}, "type": "array"}, "BASH_EXEC_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "BASH_EXEC_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_EXEC_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "BASH_EXEC_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "BASH_EXEC_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "BASH_EXEC_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "BASH_EXEC_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BASH_EXEC_FILTER_REGEX_INCLUDE": {"type": "string"}, "BASH_EXEC_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_EXEC_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_EXEC_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "BASH_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BASH_FILTER_REGEX_INCLUDE": {"type": "string"}, "BASH_SHELLCHECK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_SHELLCHECK_CLI_EXECUTABLE": {"default": [["shellcheck"]], "items": {"type": "string"}, "type": "array"}, "BASH_SHELLCHECK_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "BASH_SHELLCHECK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_SHELLCHECK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "BASH_SHELLCHECK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "BASH_SHELLCHECK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "BASH_SHELLCHECK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BASH_SHELLCHECK_FILTER_REGEX_INCLUDE": {"type": "string"}, "BASH_SHELLCHECK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_SHELLCHECK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_SHELLCHECK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "BASH_SHFMT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_SHFMT_CLI_EXECUTABLE": {"default": [["shfmt"]], "items": {"type": "string"}, "type": "array"}, "BASH_SHFMT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "BASH_SHFMT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BASH_SHFMT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "BASH_SHFMT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "BASH_SHFMT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "BASH_SHFMT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "BASH_SHFMT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BASH_SHFMT_FILTER_REGEX_INCLUDE": {"type": "string"}, "BASH_SHFMT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_SHFMT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BASH_SHFMT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "BICEP_BICEP_LINTER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BICEP_BICEP_LINTER_CLI_EXECUTABLE": {"default": [["bicep"]], "items": {"type": "string"}, "type": "array"}, "BICEP_BICEP_LINTER_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "BICEP_BICEP_LINTER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "BICEP_BICEP_LINTER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "BICEP_BICEP_LINTER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "BICEP_BICEP_LINTER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "BICEP_BICEP_LINTER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "BICEP_BICEP_LINTER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BICEP_BICEP_LINTER_FILTER_REGEX_INCLUDE": {"type": "string"}, "BICEP_BICEP_LINTER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BICEP_BICEP_LINTER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "BICEP_BICEP_LINTER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "BICEP_FILTER_REGEX_EXCLUDE": {"type": "string"}, "BICEP_FILTER_REGEX_INCLUDE": {"type": "string"}, "CLEAR_REPORT_FOLDER": {"default": false, "type": "boolean"}, "CLOJURE_CLJSTYLE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOJURE_CLJSTYLE_CLI_EXECUTABLE": {"default": [["cljstyle"]], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJSTYLE_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "CLOJURE_CLJSTYLE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOJURE_CLJSTYLE_CONFIG_FILE": {"default": ".cljstyle", "type": "string"}, "CLOJURE_CLJSTYLE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CLOJURE_CLJSTYLE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CLOJURE_CLJSTYLE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJSTYLE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJSTYLE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CLOJURE_CLJSTYLE_FILTER_REGEX_INCLUDE": {"type": "string"}, "CLOJURE_CLJSTYLE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOJURE_CLJSTYLE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOJURE_CLJSTYLE_RULES_PATH": {"type": "string"}, "CLOJURE_CLJSTYLE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJ_KONDO_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOJURE_CLJ_KONDO_CLI_EXECUTABLE": {"default": [["clj-kondo"]], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJ_KONDO_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "CLOJURE_CLJ_KONDO_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOJURE_CLJ_KONDO_CONFIG_FILE": {"default": ".clj-kondo/config.edn", "type": "string"}, "CLOJURE_CLJ_KONDO_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CLOJURE_CLJ_KONDO_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CLOJURE_CLJ_KONDO_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJ_KONDO_FILE_NAME": {"default": ".clj-kondo/config.edn", "type": "string"}, "CLOJURE_CLJ_KONDO_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CLOJURE_CLJ_KONDO_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CLOJURE_CLJ_KONDO_FILTER_REGEX_INCLUDE": {"type": "string"}, "CLOJURE_CLJ_KONDO_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOJURE_CLJ_KONDO_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOJURE_CLJ_KONDO_RULES_PATH": {"type": "string"}, "CLOJURE_CLJ_KONDO_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CLOJURE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CLOJURE_FILTER_REGEX_INCLUDE": {"type": "string"}, "CLOUDFORMATION_CFN_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOUDFORMATION_CFN_LINT_CLI_EXECUTABLE": {"default": [["cfn-lint"]], "items": {"type": "string"}, "type": "array"}, "CLOUDFORMATION_CFN_LINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "CLOUDFORMATION_CFN_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CLOUDFORMATION_CFN_LINT_CONFIG_FILE": {"default": ".cfnlintrc.yml", "type": "string"}, "CLOUDFORMATION_CFN_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CLOUDFORMATION_CFN_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CLOUDFORMATION_CFN_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CLOUDFORMATION_CFN_LINT_FILE_NAME": {"default": ".cfnlintrc.yml", "type": "string"}, "CLOUDFORMATION_CFN_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CLOUDFORMATION_CFN_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CLOUDFORMATION_CFN_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "CLOUDFORMATION_CFN_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOUDFORMATION_CFN_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CLOUDFORMATION_CFN_LINT_RULES_PATH": {"type": "string"}, "CLOUDFORMATION_CFN_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CLOUDFORMATION_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CLOUDFORMATION_FILTER_REGEX_INCLUDE": {"type": "string"}, "COFFEE_COFFEELINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "COFFEE_COFFEELINT_CLI_EXECUTABLE": {"default": [["coffeelint"]], "items": {"type": "string"}, "type": "array"}, "COFFEE_COFFEELINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "COFFEE_COFFEELINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "COFFEE_COFFEELINT_CONFIG_FILE": {"default": ".coffee-lint.json", "type": "string"}, "COFFEE_COFFEELINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "COFFEE_COFFEELINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "COFFEE_COFFEELINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "COFFEE_COFFEELINT_FILE_NAME": {"default": ".coffee-lint.json", "type": "string"}, "COFFEE_COFFEELINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "COFFEE_COFFEELINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "COFFEE_COFFEELINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "COFFEE_COFFEELINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "COFFEE_COFFEELINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "COFFEE_COFFEELINT_RULES_PATH": {"type": "string"}, "COFFEE_COFFEELINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "COFFEE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "COFFEE_FILTER_REGEX_INCLUDE": {"type": "string"}, "CONFIG_REPORTER": {"default": true, "type": "boolean"}, "CONFIG_REPORTER_SUB_FOLDER": {"default": "IDE-config", "type": "string"}, "CONSOLE_REPORTER": {"default": true, "type": "boolean"}, "CONSOLE_REPORTER_SECTIONS": {"default": true, "type": "boolean"}, "COPYPASTE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "COPYPASTE_FILTER_REGEX_INCLUDE": {"type": "string"}, "COPYPASTE_JSCPD_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "COPYPASTE_JSCPD_CLI_EXECUTABLE": {"default": [["jscpd"]], "items": {"type": "string"}, "type": "array"}, "COPYPASTE_JSCPD_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "COPYPASTE_JSCPD_CONFIG_FILE": {"default": ".jscpd.json", "type": "string"}, "COPYPASTE_JSCPD_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "COPYPASTE_JSCPD_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "COPYPASTE_JSCPD_FILE_NAME": {"default": ".jscpd.json", "type": "string"}, "COPYPASTE_JSCPD_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "COPYPASTE_JSCPD_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "COPYPASTE_JSCPD_RULES_PATH": {"type": "string"}, "COPYPASTE_JSCPD_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CPP_CPPLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CPP_CPPLINT_CLI_EXECUTABLE": {"default": [["cpplint"]], "items": {"type": "string"}, "type": "array"}, "CPP_CPPLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "CPP_CPPLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CPP_CPPLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CPP_CPPLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CPP_CPPLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CPP_CPPLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CPP_CPPLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CPP_CPPLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "CPP_CPPLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CPP_CPPLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CPP_CPPLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CPP_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CPP_FILTER_REGEX_INCLUDE": {"type": "string"}, "CREDENTIALS_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CREDENTIALS_FILTER_REGEX_INCLUDE": {"type": "string"}, "CREDENTIALS_SECRETLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CREDENTIALS_SECRETLINT_CONFIG_FILE": {"default": ".secretlintrc.json", "type": "string"}, "CREDENTIALS_SECRETLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CREDENTIALS_SECRETLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CREDENTIALS_SECRETLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CREDENTIALS_SECRETLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CREDENTIALS_SECRETLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CREDENTIALS_SECRETLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CREDENTIALS_SECRETLINT_RULES_PATH": {"type": "string"}, "CSHARP_CSHARPIER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSHARP_CSHARPIER_CLI_EXECUTABLE": {"default": [["csharpier"]], "items": {"type": "string"}, "type": "array"}, "CSHARP_CSHARPIER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "CSHARP_CSHARPIER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSHARP_CSHARPIER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CSHARP_CSHARPIER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CSHARP_CSHARPIER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CSHARP_CSHARPIER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CSHARP_CSHARPIER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSHARP_CSHARPIER_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSHARP_CSHARPIER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSHARP_CSHARPIER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSHARP_CSHARPIER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CSHARP_DOTNET_FORMAT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSHARP_DOTNET_FORMAT_CLI_EXECUTABLE": {"default": [["dotnet"]], "items": {"type": "string"}, "type": "array"}, "CSHARP_DOTNET_FORMAT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "CSHARP_DOTNET_FORMAT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSHARP_DOTNET_FORMAT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CSHARP_DOTNET_FORMAT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CSHARP_DOTNET_FORMAT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CSHARP_DOTNET_FORMAT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CSHARP_DOTNET_FORMAT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSHARP_DOTNET_FORMAT_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSHARP_DOTNET_FORMAT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSHARP_DOTNET_FORMAT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSHARP_DOTNET_FORMAT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CSHARP_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSHARP_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSS_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSS_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSS_SCSS_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSS_SCSS_LINT_CLI_EXECUTABLE": {"default": [["scss-lint"]], "items": {"type": "string"}, "type": "array"}, "CSS_SCSS_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "CSS_SCSS_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSS_SCSS_LINT_CONFIG_FILE": {"default": ".scss-lint.yml", "type": "string"}, "CSS_SCSS_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CSS_SCSS_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CSS_SCSS_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CSS_SCSS_LINT_FILE_NAME": {"default": ".scss-lint.yml", "type": "string"}, "CSS_SCSS_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CSS_SCSS_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSS_SCSS_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSS_SCSS_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSS_SCSS_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSS_SCSS_LINT_RULES_PATH": {"type": "string"}, "CSS_SCSS_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "CSS_STYLELINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSS_STYLELINT_CLI_EXECUTABLE": {"default": [["stylelint"]], "items": {"type": "string"}, "type": "array"}, "CSS_STYLELINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "CSS_STYLELINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "CSS_STYLELINT_CONFIG_FILE": {"default": ".stylelintrc.json", "type": "string"}, "CSS_STYLELINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "CSS_STYLELINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "CSS_STYLELINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "CSS_STYLELINT_FILE_NAME": {"default": ".stylelintrc.json", "type": "string"}, "CSS_STYLELINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "CSS_STYLELINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "CSS_STYLELINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "CSS_STYLELINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSS_STYLELINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "CSS_STYLELINT_RULES_PATH": {"type": "string"}, "CSS_STYLELINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "C_CPPLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "C_CPPLINT_CLI_EXECUTABLE": {"default": [["cpplint"]], "items": {"type": "string"}, "type": "array"}, "C_CPPLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "C_CPPLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "C_CPPLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "C_CPPLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "C_CPPLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "C_CPPLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "C_CPPLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "C_CPPLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "C_CPPLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "C_CPPLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "C_CPPLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "C_FILTER_REGEX_EXCLUDE": {"type": "string"}, "C_FILTER_REGEX_INCLUDE": {"type": "string"}, "DART_DARTANALYZER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "DART_DARTANALYZER_CLI_EXECUTABLE": {"default": [["dartanalyzer"]], "items": {"type": "string"}, "type": "array"}, "DART_DARTANALYZER_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "DART_DARTANALYZER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "DART_DARTANALYZER_CONFIG_FILE": {"default": "analysis_options.yml", "type": "string"}, "DART_DARTANALYZER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "DART_DARTANALYZER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "DART_DARTANALYZER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "DART_DARTANALYZER_FILE_NAME": {"default": "analysis_options.yml", "type": "string"}, "DART_DARTANALYZER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "DART_DARTANALYZER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "DART_DARTANALYZER_FILTER_REGEX_INCLUDE": {"type": "string"}, "DART_DARTANALYZER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DART_DARTANALYZER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DART_DARTANALYZER_RULES_PATH": {"type": "string"}, "DART_DARTANALYZER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "DART_FILTER_REGEX_EXCLUDE": {"type": "string"}, "DART_FILTER_REGEX_INCLUDE": {"type": "string"}, "DEFAULT_BRANCH": {"default": "HEAD", "examples": ["master", "main"], "type": "string"}, "DEFAULT_WORKSPACE": {"default": "/tmp/lint", "type": "string"}, "DISABLE": {"examples": [["BASH", "HTML"]], "items": {}, "type": "array"}, "DISABLE_ERRORS": {"default": false, "type": "boolean"}, "DISABLE_ERRORS_LINTERS": {"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}, "DISABLE_LINTERS": {"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}, "DOCKERFILE_DOCKERFILELINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "DOCKERFILE_DOCKERFILELINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "list_of_files", "project"], "type": "string"}, "DOCKERFILE_DOCKERFILELINT_CONFIG_FILE": {"default": ".dockerfilelintrc", "type": "string"}, "DOCKERFILE_DOCKERFILELINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "DOCKERFILE_DOCKERFILELINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "DOCKERFILE_DOCKERFILELINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "DOCKERFILE_DOCKERFILELINT_FILE_NAME": {"default": ".dockerfilelintrc", "type": "string"}, "DOCKERFILE_DOCKERFILELINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "DOCKERFILE_DOCKERFILELINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DOCKERFILE_DOCKERFILELINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DOCKERFILE_DOCKERFILELINT_RULES_PATH": {"type": "string"}, "DOCKERFILE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "DOCKERFILE_FILTER_REGEX_INCLUDE": {"type": "string"}, "DOCKERFILE_HADOLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "DOCKERFILE_HADOLINT_CLI_EXECUTABLE": {"default": [["hadolint"]], "items": {"type": "string"}, "type": "array"}, "DOCKERFILE_HADOLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "DOCKERFILE_HADOLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "DOCKERFILE_HADOLINT_CONFIG_FILE": {"default": ".hadolint.yaml", "type": "string"}, "DOCKERFILE_HADOLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "DOCKERFILE_HADOLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "DOCKERFILE_HADOLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "DOCKERFILE_HADOLINT_FILE_NAME": {"default": ".hadolint.yml", "type": "string"}, "DOCKERFILE_HADOLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "DOCKERFILE_HADOLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "DOCKERFILE_HADOLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "DOCKERFILE_HADOLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DOCKERFILE_HADOLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "DOCKERFILE_HADOLINT_RULES_PATH": {"type": "string"}, "DOCKERFILE_HADOLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "EDITORCONFIG_EDITORCONFIG_CHECKER_CLI_EXECUTABLE": {"default": [["editorconfig-checker"]], "items": {"type": "string"}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "EDITORCONFIG_EDITORCONFIG_CHECKER_CONFIG_FILE": {"default": ".ecrc", "type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_FILE_NAME": {"default": ".ecrc", "type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_FILTER_REGEX_INCLUDE": {"type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_RULES_PATH": {"type": "string"}, "EDITORCONFIG_EDITORCONFIG_CHECKER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "EDITORCONFIG_FILTER_REGEX_EXCLUDE": {"type": "string"}, "EDITORCONFIG_FILTER_REGEX_INCLUDE": {"type": "string"}, "EMAIL_REPORTER": {"default": true, "type": "boolean"}, "EMAIL_REPORTER_EMAIL": {"type": "string"}, "EMAIL_REPORTER_SENDER": {"default": "[email protected]", "type": "string"}, "EMAIL_REPORTER_SEND_SUCCESS": {"default": false, "type": "boolean"}, "EMAIL_REPORTER_SMTP_HOST": {"default": "smtp.gmail.com", "type": "string"}, "EMAIL_REPORTER_SMTP_PASSWORD": {"type": "string"}, "EMAIL_REPORTER_SMTP_PORT": {"default": "465", "type": "number"}, "EMAIL_REPORTER_SMTP_USERNAME": {"default": "[email protected]", "type": "string"}, "ENABLE": {"examples": [["BASH", "HTML", "JAVASCRIPT"]], "items": {}, "type": "array"}, "ENABLE_LINTERS": {"examples": [["JAVASCRIPT_ES", "PYTHON_PYLINT"]], "items": {}, "type": "array"}, "ENV_DOTENV_LINTER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ENV_DOTENV_LINTER_CLI_EXECUTABLE": {"default": [["dotenv-linter"]], "items": {"type": "string"}, "type": "array"}, "ENV_DOTENV_LINTER_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "ENV_DOTENV_LINTER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "ENV_DOTENV_LINTER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "ENV_DOTENV_LINTER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "ENV_DOTENV_LINTER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "ENV_DOTENV_LINTER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "ENV_DOTENV_LINTER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ENV_DOTENV_LINTER_FILTER_REGEX_INCLUDE": {"type": "string"}, "ENV_DOTENV_LINTER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ENV_DOTENV_LINTER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "ENV_DOTENV_LINTER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "ENV_FILTER_REGEX_EXCLUDE": {"type": "string"}, "ENV_FILTER_REGEX_INCLUDE": {"type": "string"}, "ERROR_ON_MISSING_EXEC_BIT": {"default": false, "type": "boolean"}, "EXCLUDED_DIRECTORIES": {"examples": [[".github", "node_modules"]], "items": {"type": "string"}, "type": "array"}, "EXTENDS": {"examples:": ["https://raw.githubusercontent.com/oxsecurity/megalinter/main/.automation/test/mega-linter-config-test/extension1.mega-linter.yml", "https://raw.githubusercontent.com/oxsecurity/megalinter/main/.automation/test/mega-linter-config-test/extension2.mega-linter.yml"], "items": {"type": "string"}, "type": ["array", "string"]}, "FAIL_IF_MISSING_LINTER_IN_FLAVOR": {"default": false, "type": "boolean"}, "FAIL_IF_UPDATED_SOURCES": {"default": false, "type": "boolean"}, "FILEIO_REPORTER": {"default": false, "type": "boolean"}, "FILEIO_REPORTER_SEND_SUCCESS": {"default": false, "type": "boolean"}, "FILTER_REGEX_EXCLUDE": {"examples": ["(\\.automation/test|docs/javascripts|docs/overrides|flavors|clj-kondo|TEMPLATES)", "(src/test)"], "type": "string"}, "FILTER_REGEX_INCLUDE": {"examples": ["(src/)"], "type": "string"}, "FLAVOR_SUGGESTIONS": {"default": true, "type": "boolean"}, "FORMATTERS_DISABLE_ERRORS": {"default": true, "type": "boolean"}, "GHERKIN_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GHERKIN_FILTER_REGEX_INCLUDE": {"type": "string"}, "GHERKIN_GHERKIN_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GHERKIN_GHERKIN_LINT_CLI_EXECUTABLE": {"default": [["gherkin-lint"]], "items": {"type": "string"}, "type": "array"}, "GHERKIN_GHERKIN_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "GHERKIN_GHERKIN_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GHERKIN_GHERKIN_LINT_CONFIG_FILE": {"default": ".gherkin-lintrc", "type": "string"}, "GHERKIN_GHERKIN_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GHERKIN_GHERKIN_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GHERKIN_GHERKIN_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GHERKIN_GHERKIN_LINT_FILE_NAME": {"default": ".gherkin-lintrc", "type": "string"}, "GHERKIN_GHERKIN_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GHERKIN_GHERKIN_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GHERKIN_GHERKIN_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "GHERKIN_GHERKIN_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GHERKIN_GHERKIN_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GHERKIN_GHERKIN_LINT_RULES_PATH": {"type": "string"}, "GHERKIN_GHERKIN_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "GITHUB_API_URL": {"default": "https://api.github.com", "examples": ["https://github.my-company.com/api/v3"], "format": "uri", "type": "string"}, "GITHUB_COMMENT_REPORTER": {"default": true, "type": "boolean"}, "GITHUB_SERVER_URL": {"default": "https://github.com", "examples": ["https://github.my-company.com/"], "format": "uri", "type": "string"}, "GITHUB_STATUS_REPORTER": {"default": true, "type": "boolean"}, "GITHUB_WORKSPACE": {"default": "/tmp/lint", "type": "string"}, "GITLAB_ACCESS_TOKEN_MEGALINTER": {"default": true, "type": "string"}, "GITLAB_CERTIFICATE_PATH": {"default": true, "type": "string"}, "GITLAB_COMMENT_REPORTER": {"default": true, "type": "boolean"}, "GITLAB_COMMENT_REPORTER_OVERWRITE_COMMENT": {"default": true, "type": "boolean"}, "GITLAB_CUSTOM_CERTIFICATE": {"default": true, "type": "string"}, "GIT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GIT_FILTER_REGEX_INCLUDE": {"type": "string"}, "GIT_GIT_DIFF_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GIT_GIT_DIFF_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GIT_GIT_DIFF_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GIT_GIT_DIFF_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GIT_GIT_DIFF_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GIT_GIT_DIFF_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GIT_GIT_DIFF_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GO_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GO_FILTER_REGEX_INCLUDE": {"type": "string"}, "GO_GOLANGCI_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GO_GOLANGCI_LINT_CLI_EXECUTABLE": {"default": [["golangci-lint"]], "items": {"type": "string"}, "type": "array"}, "GO_GOLANGCI_LINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "GO_GOLANGCI_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GO_GOLANGCI_LINT_CONFIG_FILE": {"default": ".golangci.yml", "type": "string"}, "GO_GOLANGCI_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GO_GOLANGCI_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GO_GOLANGCI_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GO_GOLANGCI_LINT_FILE_NAME": {"default": ".golangci.yml", "type": "string"}, "GO_GOLANGCI_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GO_GOLANGCI_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GO_GOLANGCI_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "GO_GOLANGCI_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GO_GOLANGCI_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GO_GOLANGCI_LINT_RULES_PATH": {"type": "string"}, "GO_GOLANGCI_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "GO_REVIVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GO_REVIVE_CLI_EXECUTABLE": {"default": [["revive"]], "items": {"type": "string"}, "type": "array"}, "GO_REVIVE_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "GO_REVIVE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GO_REVIVE_CONFIG_FILE": {"default": "revive.toml", "type": "string"}, "GO_REVIVE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GO_REVIVE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GO_REVIVE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GO_REVIVE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GO_REVIVE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GO_REVIVE_FILTER_REGEX_INCLUDE": {"type": "string"}, "GO_REVIVE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GO_REVIVE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GO_REVIVE_RULES_PATH": {"type": "string"}, "GO_REVIVE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "GRAPHQL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GRAPHQL_FILTER_REGEX_INCLUDE": {"type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_CLI_EXECUTABLE": {"default": [["graphql-schema-linter"]], "items": {"type": "string"}, "type": "array"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_CONFIG_FILE": {"default": ".graphql-schema-linterrc", "type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILE_NAME": {"default": ".graphql-schema-linterrc", "type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_INCLUDE": {"type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_RULES_PATH": {"type": "string"}, "GRAPHQL_GRAPHQL_SCHEMA_LINTER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "GROOVY_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GROOVY_FILTER_REGEX_INCLUDE": {"type": "string"}, "GROOVY_NPM_GROOVY_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GROOVY_NPM_GROOVY_LINT_CLI_EXECUTABLE": {"default": [["npm-groovy-lint"]], "items": {"type": "string"}, "type": "array"}, "GROOVY_NPM_GROOVY_LINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "GROOVY_NPM_GROOVY_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "GROOVY_NPM_GROOVY_LINT_CONFIG_FILE": {"default": ".groovylintrc.json", "type": "string"}, "GROOVY_NPM_GROOVY_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "GROOVY_NPM_GROOVY_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "GROOVY_NPM_GROOVY_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "GROOVY_NPM_GROOVY_LINT_FILE_NAME": {"default": ".groovylintrc.json", "type": "string"}, "GROOVY_NPM_GROOVY_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "GROOVY_NPM_GROOVY_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "GROOVY_NPM_GROOVY_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "GROOVY_NPM_GROOVY_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GROOVY_NPM_GROOVY_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "GROOVY_NPM_GROOVY_LINT_RULES_PATH": {"type": "string"}, "GROOVY_NPM_GROOVY_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "HTML_DJLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "HTML_DJLINT_CLI_EXECUTABLE": {"default": [["djlint"]], "items": {"type": "string"}, "type": "array"}, "HTML_DJLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "HTML_DJLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "HTML_DJLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "HTML_DJLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "HTML_DJLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "HTML_DJLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "HTML_DJLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "HTML_DJLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "HTML_DJLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "HTML_DJLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "HTML_DJLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "HTML_FILTER_REGEX_EXCLUDE": {"type": "string"}, "HTML_FILTER_REGEX_INCLUDE": {"type": "string"}, "HTML_HTMLHINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "HTML_HTMLHINT_CLI_EXECUTABLE": {"default": [["htmlhint"]], "items": {"type": "string"}, "type": "array"}, "HTML_HTMLHINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "HTML_HTMLHINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "HTML_HTMLHINT_CONFIG_FILE": {"default": ".htmlhintrc", "type": "string"}, "HTML_HTMLHINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "HTML_HTMLHINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "HTML_HTMLHINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "HTML_HTMLHINT_FILE_NAME": {"default": ".htmlhintrc", "type": "string"}, "HTML_HTMLHINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "HTML_HTMLHINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "HTML_HTMLHINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "HTML_HTMLHINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "HTML_HTMLHINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "HTML_HTMLHINT_RULES_PATH": {"type": "string"}, "HTML_HTMLHINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "IGNORE_GENERATED_FILES": {"default": false, "type": "boolean"}, "IGNORE_GITIGNORED_FILES": {"default": false, "type": "boolean"}, "JAVASCRIPT_DEFAULT_STYLE": {"enum": ["standard", "prettier"], "examples": ["standard", "prettier"], "type": "string"}, "JAVASCRIPT_ES_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_ES_CLI_EXECUTABLE": {"default": [["eslint"]], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_ES_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JAVASCRIPT_ES_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_ES_CONFIG_FILE": {"default": ".eslintrc.json", "type": "string"}, "JAVASCRIPT_ES_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JAVASCRIPT_ES_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JAVASCRIPT_ES_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_ES_FILE_NAME": {"default": ".eslintrc.json", "type": "string"}, "JAVASCRIPT_ES_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_ES_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVASCRIPT_ES_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVASCRIPT_ES_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_ES_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_ES_RULES_PATH": {"type": "string"}, "JAVASCRIPT_ES_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVASCRIPT_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVASCRIPT_PRETTIER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_PRETTIER_CLI_EXECUTABLE": {"default": [["prettier"]], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_PRETTIER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JAVASCRIPT_PRETTIER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_PRETTIER_CONFIG_FILE": {"default": ".prettierrc.json", "type": "string"}, "JAVASCRIPT_PRETTIER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JAVASCRIPT_PRETTIER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JAVASCRIPT_PRETTIER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_PRETTIER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_PRETTIER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVASCRIPT_PRETTIER_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVASCRIPT_PRETTIER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_PRETTIER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_PRETTIER_RULES_PATH": {"type": "string"}, "JAVASCRIPT_PRETTIER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_STANDARD_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_STANDARD_CLI_EXECUTABLE": {"default": [["standard"]], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_STANDARD_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JAVASCRIPT_STANDARD_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVASCRIPT_STANDARD_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JAVASCRIPT_STANDARD_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JAVASCRIPT_STANDARD_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_STANDARD_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JAVASCRIPT_STANDARD_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVASCRIPT_STANDARD_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVASCRIPT_STANDARD_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_STANDARD_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVASCRIPT_STANDARD_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JAVA_CHECKSTYLE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVA_CHECKSTYLE_CLI_EXECUTABLE": {"default": [["java"]], "items": {"type": "string"}, "type": "array"}, "JAVA_CHECKSTYLE_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JAVA_CHECKSTYLE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVA_CHECKSTYLE_CONFIG_FILE": {"default": "sun_checks.xml", "type": "string"}, "JAVA_CHECKSTYLE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JAVA_CHECKSTYLE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JAVA_CHECKSTYLE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JAVA_CHECKSTYLE_FILE_NAME": {"default": "sun_checks.xml", "type": "string"}, "JAVA_CHECKSTYLE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JAVA_CHECKSTYLE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVA_CHECKSTYLE_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVA_CHECKSTYLE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVA_CHECKSTYLE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVA_CHECKSTYLE_RULES_PATH": {"type": "string"}, "JAVA_CHECKSTYLE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JAVA_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVA_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVA_PMD_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVA_PMD_CLI_EXECUTABLE": {"default": [["/usr/bin/pmd/bin/run.sh"]], "items": {"type": "string"}, "type": "array"}, "JAVA_PMD_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JAVA_PMD_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JAVA_PMD_CONFIG_FILE": {"default": "java-pmd-ruleset.xml", "type": "string"}, "JAVA_PMD_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JAVA_PMD_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JAVA_PMD_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JAVA_PMD_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JAVA_PMD_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JAVA_PMD_FILTER_REGEX_INCLUDE": {"type": "string"}, "JAVA_PMD_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVA_PMD_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JAVA_PMD_RULES_PATH": {"type": "string"}, "JAVA_PMD_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_ESLINT_PLUGIN_JSONC_CLI_EXECUTABLE": {"default": [["eslint"]], "items": {"type": "string"}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_ESLINT_PLUGIN_JSONC_CONFIG_FILE": {"default": ".eslintrc-json.json", "type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSON_ESLINT_PLUGIN_JSONC_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSON_ESLINT_PLUGIN_JSONC_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_FILE_NAME": {"default": ".eslintrc.json", "type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_ESLINT_PLUGIN_JSONC_RULES_PATH": {"type": "string"}, "JSON_ESLINT_PLUGIN_JSONC_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSON_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSON_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSON_JSONLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_JSONLINT_CLI_EXECUTABLE": {"default": [["jsonlint"]], "items": {"type": "string"}, "type": "array"}, "JSON_JSONLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JSON_JSONLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_JSONLINT_CONFIG_FILE": {"default": ".jsonlintrc", "type": "string"}, "JSON_JSONLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSON_JSONLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSON_JSONLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSON_JSONLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSON_JSONLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSON_JSONLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSON_JSONLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_JSONLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_JSONLINT_RULES_PATH": {"type": "string"}, "JSON_JSONLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_NPM_PACKAGE_JSON_LINT_CLI_EXECUTABLE": {"default": [["npmPkgJsonLint"]], "items": {"type": "string"}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_NPM_PACKAGE_JSON_LINT_CONFIG_FILE": {"default": ".npmpackagejsonlintrc.json", "type": "string"}, "JSON_NPM_PACKAGE_JSON_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSON_NPM_PACKAGE_JSON_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSON_NPM_PACKAGE_JSON_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_NPM_PACKAGE_JSON_LINT_RULES_PATH": {"type": "string"}, "JSON_NPM_PACKAGE_JSON_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSON_PRETTIER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_PRETTIER_CLI_EXECUTABLE": {"default": [["prettier"]], "items": {"type": "string"}, "type": "array"}, "JSON_PRETTIER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JSON_PRETTIER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_PRETTIER_CONFIG_FILE": {"default": ".prettierrc.json", "type": "string"}, "JSON_PRETTIER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSON_PRETTIER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSON_PRETTIER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSON_PRETTIER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSON_PRETTIER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSON_PRETTIER_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSON_PRETTIER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_PRETTIER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_PRETTIER_RULES_PATH": {"type": "string"}, "JSON_PRETTIER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSON_REPORTER": {"default": false, "type": "boolean"}, "JSON_REPORTER_OUTPUT_DETAIL": {"default": "simple", "enum": ["simple", "detailed"], "type": "string"}, "JSON_V8R_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_V8R_CLI_EXECUTABLE": {"default": [["v8r"]], "items": {"type": "string"}, "type": "array"}, "JSON_V8R_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JSON_V8R_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSON_V8R_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSON_V8R_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSON_V8R_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSON_V8R_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSON_V8R_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSON_V8R_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSON_V8R_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_V8R_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSON_V8R_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSX_ESLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSX_ESLINT_CLI_EXECUTABLE": {"default": [["eslint"]], "items": {"type": "string"}, "type": "array"}, "JSX_ESLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "JSX_ESLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "JSX_ESLINT_CONFIG_FILE": {"default": ".eslintrc.json", "type": "string"}, "JSX_ESLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "JSX_ESLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "JSX_ESLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "JSX_ESLINT_FILE_NAME": {"default": ".eslintrc.json", "type": "string"}, "JSX_ESLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "JSX_ESLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSX_ESLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "JSX_ESLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSX_ESLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "JSX_ESLINT_RULES_PATH": {"type": "string"}, "JSX_ESLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "JSX_FILTER_REGEX_EXCLUDE": {"type": "string"}, "JSX_FILTER_REGEX_INCLUDE": {"type": "string"}, "KOTLIN_FILTER_REGEX_EXCLUDE": {"type": "string"}, "KOTLIN_FILTER_REGEX_INCLUDE": {"type": "string"}, "KOTLIN_KTLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KOTLIN_KTLINT_CLI_EXECUTABLE": {"default": [["ktlint"]], "items": {"type": "string"}, "type": "array"}, "KOTLIN_KTLINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "KOTLIN_KTLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KOTLIN_KTLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "KOTLIN_KTLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "KOTLIN_KTLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "KOTLIN_KTLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "KOTLIN_KTLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "KOTLIN_KTLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "KOTLIN_KTLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KOTLIN_KTLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KOTLIN_KTLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_DIRECTORY": {"type": "string"}, "KUBERNETES_FILTER_REGEX_EXCLUDE": {"type": "string"}, "KUBERNETES_FILTER_REGEX_INCLUDE": {"type": "string"}, "KUBERNETES_HELM_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_HELM_CLI_EXECUTABLE": {"default": [["helm"]], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_HELM_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_HELM_DIRECTORY": {"default": "", "type": "string"}, "KUBERNETES_HELM_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "KUBERNETES_HELM_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "KUBERNETES_HELM_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_HELM_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_HELM_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_HELM_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_HELM_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBECONFORM_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_KUBECONFORM_CLI_EXECUTABLE": {"default": [["kubeconform"]], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBECONFORM_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "KUBERNETES_KUBECONFORM_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_KUBECONFORM_DIRECTORY": {"default": "kubernetes", "type": "string"}, "KUBERNETES_KUBECONFORM_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "KUBERNETES_KUBECONFORM_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "KUBERNETES_KUBECONFORM_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBECONFORM_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBECONFORM_FILTER_REGEX_EXCLUDE": {"type": "string"}, "KUBERNETES_KUBECONFORM_FILTER_REGEX_INCLUDE": {"type": "string"}, "KUBERNETES_KUBECONFORM_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_KUBECONFORM_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_KUBECONFORM_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBESCAPE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_KUBESCAPE_CLI_EXECUTABLE": {"default": [["kubescape"]], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBESCAPE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_KUBESCAPE_DIRECTORY": {"default": "", "type": "string"}, "KUBERNETES_KUBESCAPE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "KUBERNETES_KUBESCAPE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "KUBERNETES_KUBESCAPE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBESCAPE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBESCAPE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_KUBESCAPE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_KUBESCAPE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBEVAL_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "KUBERNETES_KUBEVAL_CLI_EXECUTABLE": {"default": [["kubeval"]], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBEVAL_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "KUBERNETES_KUBEVAL_DIRECTORY": {"default": "kubernetes", "type": "string"}, "KUBERNETES_KUBEVAL_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "KUBERNETES_KUBEVAL_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "KUBERNETES_KUBEVAL_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBEVAL_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "KUBERNETES_KUBEVAL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "KUBERNETES_KUBEVAL_FILTER_REGEX_INCLUDE": {"type": "string"}, "KUBERNETES_KUBEVAL_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "KUBERNETES_KUBEVAL_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "LATEX_CHKTEX_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "LATEX_CHKTEX_CLI_EXECUTABLE": {"default": [["chktex"]], "items": {"type": "string"}, "type": "array"}, "LATEX_CHKTEX_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "LATEX_CHKTEX_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "LATEX_CHKTEX_CONFIG_FILE": {"default": ".chktexrc", "type": "string"}, "LATEX_CHKTEX_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "LATEX_CHKTEX_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "LATEX_CHKTEX_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "LATEX_CHKTEX_FILE_NAME": {"default": ".chktexrc", "type": "string"}, "LATEX_CHKTEX_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "LATEX_CHKTEX_FILTER_REGEX_EXCLUDE": {"type": "string"}, "LATEX_CHKTEX_FILTER_REGEX_INCLUDE": {"type": "string"}, "LATEX_CHKTEX_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "LATEX_CHKTEX_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "LATEX_CHKTEX_RULES_PATH": {"type": "string"}, "LATEX_CHKTEX_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "LATEX_FILTER_REGEX_EXCLUDE": {"type": "string"}, "LATEX_FILTER_REGEX_INCLUDE": {"type": "string"}, "LINTER_RULES_PATH": {"default": ".github/linters", "examples": ["myrulesfolder", "https://raw.githubusercontent.com/some_org/some_repo/mega-linter-rules"], "type": "string"}, "LOG_FILE": {"default": "mega-linter.log", "type": "string"}, "LOG_LEVEL": {"default": "INFO", "enum": ["INFO", "DEBUG", "WARNING", "ERROR"], "type": "string"}, "LUA_FILTER_REGEX_EXCLUDE": {"type": "string"}, "LUA_FILTER_REGEX_INCLUDE": {"type": "string"}, "LUA_LUACHECK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "LUA_LUACHECK_CLI_EXECUTABLE": {"default": [["luacheck"]], "items": {"type": "string"}, "type": "array"}, "LUA_LUACHECK_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "LUA_LUACHECK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "LUA_LUACHECK_CONFIG_FILE": {"default": ".luacheckrc", "type": "string"}, "LUA_LUACHECK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "LUA_LUACHECK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "LUA_LUACHECK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "LUA_LUACHECK_FILE_NAME": {"default": ".luacheckrc", "type": "string"}, "LUA_LUACHECK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "LUA_LUACHECK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "LUA_LUACHECK_FILTER_REGEX_INCLUDE": {"type": "string"}, "LUA_LUACHECK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "LUA_LUACHECK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "LUA_LUACHECK_RULES_PATH": {"type": "string"}, "LUA_LUACHECK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MAKEFILE_CHECKMAKE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MAKEFILE_CHECKMAKE_CLI_EXECUTABLE": {"default": [["checkmake"]], "items": {"type": "string"}, "type": "array"}, "MAKEFILE_CHECKMAKE_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "MAKEFILE_CHECKMAKE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MAKEFILE_CHECKMAKE_CONFIG_FILE": {"default": ".checkmake.ini", "type": "string"}, "MAKEFILE_CHECKMAKE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MAKEFILE_CHECKMAKE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "MAKEFILE_CHECKMAKE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MAKEFILE_CHECKMAKE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MAKEFILE_CHECKMAKE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MAKEFILE_CHECKMAKE_FILTER_REGEX_INCLUDE": {"type": "string"}, "MAKEFILE_CHECKMAKE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MAKEFILE_CHECKMAKE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MAKEFILE_CHECKMAKE_RULES_PATH": {"type": "string"}, "MAKEFILE_CHECKMAKE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MAKEFILE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MAKEFILE_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_DEFAULT_STYLE": {"enum": ["markdownlint", "remark-lint"], "type": "string"}, "MARKDOWN_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWNLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWNLINT_CLI_EXECUTABLE": {"default": [["markdownlint"]], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWNLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "MARKDOWN_MARKDOWNLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWNLINT_CONFIG_FILE": {"default": ".markdownlint.json", "type": "string"}, "MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "MARKDOWN_MARKDOWNLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWNLINT_FILE_NAME": {"default": ".markdownlint.json", "type": "string"}, "MARKDOWN_MARKDOWNLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWNLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWNLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWNLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWNLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWNLINT_RULES_PATH": {"type": "string"}, "MARKDOWN_MARKDOWNLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWN_LINK_CHECK_CLI_EXECUTABLE": {"default": [["markdown-link-check"]], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE": {"default": ".markdown-link-check.json", "type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MARKDOWN_MARKDOWN_LINK_CHECK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "MARKDOWN_MARKDOWN_LINK_CHECK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_FILE_NAME": {"default": ".markdown-link-check.json", "type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWN_LINK_CHECK_RULES_PATH": {"type": "string"}, "MARKDOWN_MARKDOWN_LINK_CHECK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_CLI_EXECUTABLE": {"default": [["markdown-table-formatter"]], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_FORMATTER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_MARKDOWN_TABLE_PRETTIFY_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_REMARK_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_REMARK_LINT_CLI_EXECUTABLE": {"default": [["remark"]], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_REMARK_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "MARKDOWN_REMARK_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "MARKDOWN_REMARK_LINT_CONFIG_FILE": {"default": ".remarkrc", "type": "string"}, "MARKDOWN_REMARK_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "MARKDOWN_REMARK_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "MARKDOWN_REMARK_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_REMARK_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "MARKDOWN_REMARK_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "MARKDOWN_REMARK_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "MARKDOWN_REMARK_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_REMARK_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "MARKDOWN_REMARK_LINT_RULES_PATH": {"type": "string"}, "MARKDOWN_REMARK_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "MEGALINTER_FILES_TO_LINT": {"examples:": [["myfile1.js", "path/to/myfile2.js"]], "items": {"type": "string"}, "type": "array"}, "MULTI_STATUS": {"default": true, "type": "boolean"}, "OPENAPI_FILTER_REGEX_EXCLUDE": {"type": "string"}, "OPENAPI_FILTER_REGEX_INCLUDE": {"type": "string"}, "OPENAPI_SPECTRAL_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "OPENAPI_SPECTRAL_CLI_EXECUTABLE": {"default": [["spectral"]], "items": {"type": "string"}, "type": "array"}, "OPENAPI_SPECTRAL_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "OPENAPI_SPECTRAL_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "OPENAPI_SPECTRAL_CONFIG_FILE": {"default": ".openapirc.yml", "type": "string"}, "OPENAPI_SPECTRAL_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "OPENAPI_SPECTRAL_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "OPENAPI_SPECTRAL_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "OPENAPI_SPECTRAL_FILE_NAME": {"default": ".openapirc.yml", "type": "string"}, "OPENAPI_SPECTRAL_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "OPENAPI_SPECTRAL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "OPENAPI_SPECTRAL_FILTER_REGEX_INCLUDE": {"type": "string"}, "OPENAPI_SPECTRAL_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "OPENAPI_SPECTRAL_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "OPENAPI_SPECTRAL_RULES_PATH": {"type": "string"}, "OPENAPI_SPECTRAL_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "OUTPUT_DETAIL": {"enum": ["simple", "detailed"], "type": "string"}, "OUTPUT_FORMAT": {"enum": ["text", "tap"], "type": "string"}, "PARALLEL": {"default": true, "type": "boolean"}, "PERL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PERL_FILTER_REGEX_INCLUDE": {"type": "string"}, "PERL_PERLCRITIC_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PERL_PERLCRITIC_CLI_EXECUTABLE": {"default": [["perlcritic"]], "items": {"type": "string"}, "type": "array"}, "PERL_PERLCRITIC_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "PERL_PERLCRITIC_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PERL_PERLCRITIC_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PERL_PERLCRITIC_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PERL_PERLCRITIC_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PERL_PERLCRITIC_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PERL_PERLCRITIC_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PERL_PERLCRITIC_FILTER_REGEX_INCLUDE": {"type": "string"}, "PERL_PERLCRITIC_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PERL_PERLCRITIC_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PERL_PERLCRITIC_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PHP_BUILTIN_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_BUILTIN_CLI_EXECUTABLE": {"type": "string"}, "PHP_BUILTIN_CLI_LINT_MODE": {"default": "file", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PHP_BUILTIN_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PHP_BUILTIN_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PHP_BUILTIN_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PHP_BUILTIN_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PHP_BUILTIN_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_BUILTIN_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_BUILTIN_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_BUILTIN_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_PHPCS_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPCS_CLI_EXECUTABLE": {"default": [["phpcs"]], "items": {"type": "string"}, "type": "array"}, "PHP_PHPCS_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PHP_PHPCS_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPCS_CONFIG_FILE": {"default": "phpcs.xml", "type": "string"}, "PHP_PHPCS_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PHP_PHPCS_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PHP_PHPCS_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPCS_FILE_NAME": {"default": "phpcs.xml", "type": "string"}, "PHP_PHPCS_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPCS_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_PHPCS_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_PHPCS_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPCS_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPCS_RULES_PATH": {"type": "string"}, "PHP_PHPCS_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PHP_PHPLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPLINT_CLI_EXECUTABLE": {"default": [["phplint"]], "items": {"type": "string"}, "type": "array"}, "PHP_PHPLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PHP_PHPLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPLINT_CONFIG_FILE": {"default": ".phplint.yml", "type": "string"}, "PHP_PHPLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PHP_PHPLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PHP_PHPLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPLINT_FILE_NAME": {"default": ".phplint.yml", "type": "string"}, "PHP_PHPLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_PHPLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_PHPLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPLINT_RULES_PATH": {"type": "string"}, "PHP_PHPLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PHP_PHPSTAN_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPSTAN_CLI_EXECUTABLE": {"default": [["phpstan"]], "items": {"type": "string"}, "type": "array"}, "PHP_PHPSTAN_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PHP_PHPSTAN_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PHPSTAN_CONFIG_FILE": {"default": "phpstan.neon.dist", "type": "string"}, "PHP_PHPSTAN_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PHP_PHPSTAN_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PHP_PHPSTAN_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPSTAN_FILE_NAME": {"default": "phpstan.neon", "type": "string"}, "PHP_PHPSTAN_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PHP_PHPSTAN_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_PHPSTAN_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_PHPSTAN_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPSTAN_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PHPSTAN_RULES_PATH": {"type": "string"}, "PHP_PHPSTAN_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PHP_PSALM_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PSALM_CLI_EXECUTABLE": {"default": [["psalm"]], "items": {"type": "string"}, "type": "array"}, "PHP_PSALM_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PHP_PSALM_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PHP_PSALM_CONFIG_FILE": {"default": "psalm.xml", "type": "string"}, "PHP_PSALM_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PHP_PSALM_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PHP_PSALM_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PHP_PSALM_FILE_NAME": {"default": "psalm.xml", "type": "string"}, "PHP_PSALM_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PHP_PSALM_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PHP_PSALM_FILTER_REGEX_INCLUDE": {"type": "string"}, "PHP_PSALM_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PSALM_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PHP_PSALM_RULES_PATH": {"type": "string"}, "PHP_PSALM_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PLUGINS": {"examples": [["https://raw.githubusercontent.com/cookiejar/megalinter-plugin-cookiejar/master/cookietemplate.mega-linter-descriptor.yml"]], "items": {"type": "string"}, "type": "array"}, "POST_COMMANDS": {"default": [], "examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "POST_GITHUB_COMMENT": {"default": true, "type": "boolean"}, "POST_GITLAB_COMMENT": {"default": true, "type": "boolean"}, "POWERSHELL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "POWERSHELL_FILTER_REGEX_INCLUDE": {"type": "string"}, "POWERSHELL_POWERSHELL_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "POWERSHELL_POWERSHELL_CLI_EXECUTABLE": {"default": [["pwsh"]], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "POWERSHELL_POWERSHELL_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "POWERSHELL_POWERSHELL_CONFIG_FILE": {"default": ".powershell-psscriptanalyzer.psd1", "type": "string"}, "POWERSHELL_POWERSHELL_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "POWERSHELL_POWERSHELL_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "POWERSHELL_POWERSHELL_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_FILE_NAME": {"default": ".powershell-psscriptanalyzer.psd1", "type": "string"}, "POWERSHELL_POWERSHELL_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "POWERSHELL_POWERSHELL_FILTER_REGEX_INCLUDE": {"type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "POWERSHELL_POWERSHELL_FORMATTER_CLI_EXECUTABLE": {"default": [["pwsh"]], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_FORMATTER_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "POWERSHELL_POWERSHELL_FORMATTER_CONFIG_FILE": {"default": ".powershell-formatter.psd1", "type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "POWERSHELL_POWERSHELL_FORMATTER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "POWERSHELL_POWERSHELL_FORMATTER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_FORMATTER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_FORMATTER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_FILTER_REGEX_INCLUDE": {"type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "POWERSHELL_POWERSHELL_FORMATTER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "POWERSHELL_POWERSHELL_FORMATTER_RULES_PATH": {"type": "string"}, "POWERSHELL_POWERSHELL_FORMATTER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "POWERSHELL_POWERSHELL_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "POWERSHELL_POWERSHELL_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "POWERSHELL_POWERSHELL_RULES_PATH": {"type": "string"}, "POWERSHELL_POWERSHELL_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PRE_COMMANDS": {"default": [], "examples": [[{"command": "npm install java-caller", "continue_if_failed": false, "cwd": "root"}, {"command": "echo \"pre-run command has been called\"", "cwd": "workspace"}]], "items": {}, "type": "array"}, "PRINT_ALL_FILES": {"default": true, "type": "boolean"}, "PRINT_ALPACA": {"default": true, "type": "boolean"}, "PROTOBUF_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PROTOBUF_FILTER_REGEX_INCLUDE": {"type": "string"}, "PROTOBUF_PROTOLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PROTOBUF_PROTOLINT_CLI_EXECUTABLE": {"default": [["protolint"]], "items": {"type": "string"}, "type": "array"}, "PROTOBUF_PROTOLINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "PROTOBUF_PROTOLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PROTOBUF_PROTOLINT_CONFIG_FILE": {"default": ".protolintrc.yml", "type": "string"}, "PROTOBUF_PROTOLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PROTOBUF_PROTOLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PROTOBUF_PROTOLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PROTOBUF_PROTOLINT_FILE_NAME": {"default": ".protolintrc.yml", "type": "string"}, "PROTOBUF_PROTOLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PROTOBUF_PROTOLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PROTOBUF_PROTOLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PROTOBUF_PROTOLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PROTOBUF_PROTOLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PROTOBUF_PROTOLINT_RULES_PATH": {"type": "string"}, "PROTOBUF_PROTOLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PUPPET_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PUPPET_FILTER_REGEX_INCLUDE": {"type": "string"}, "PUPPET_PUPPET_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PUPPET_PUPPET_LINT_CLI_EXECUTABLE": {"default": [["puppet-lint"]], "items": {"type": "string"}, "type": "array"}, "PUPPET_PUPPET_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "PUPPET_PUPPET_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PUPPET_PUPPET_LINT_CONFIG_FILE": {"default": ".puppet-lint.rc", "type": "string"}, "PUPPET_PUPPET_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PUPPET_PUPPET_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PUPPET_PUPPET_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PUPPET_PUPPET_LINT_FILE_NAME": {"default": ".puppet-lint.rc", "type": "string"}, "PUPPET_PUPPET_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PUPPET_PUPPET_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PUPPET_PUPPET_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PUPPET_PUPPET_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PUPPET_PUPPET_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PUPPET_PUPPET_LINT_RULES_PATH": {"type": "string"}, "PUPPET_PUPPET_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_BANDIT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_BANDIT_CLI_EXECUTABLE": {"default": [["bandit"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_BANDIT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_BANDIT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_BANDIT_CONFIG_FILE": {"default": ".bandit.yml", "type": "string"}, "PYTHON_BANDIT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_BANDIT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_BANDIT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_BANDIT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_BANDIT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_BANDIT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_BANDIT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_BANDIT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_BANDIT_RULES_PATH": {"type": "string"}, "PYTHON_BANDIT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_BLACK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_BLACK_CLI_EXECUTABLE": {"default": [["black"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_BLACK_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_BLACK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_BLACK_CONFIG_FILE": {"default": "pyproject.toml", "type": "string"}, "PYTHON_BLACK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_BLACK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_BLACK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_BLACK_FILE_NAME": {"default": ".python-black", "type": "string"}, "PYTHON_BLACK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_BLACK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_BLACK_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_BLACK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_BLACK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_BLACK_RULES_PATH": {"type": "string"}, "PYTHON_BLACK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_FLAKE8_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_FLAKE8_CLI_EXECUTABLE": {"default": [["flake8"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_FLAKE8_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_FLAKE8_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_FLAKE8_CONFIG_FILE": {"default": ".flake8", "type": "string"}, "PYTHON_FLAKE8_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_FLAKE8_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_FLAKE8_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_FLAKE8_FILE_NAME": {"default": ".flake8", "type": "string"}, "PYTHON_FLAKE8_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_FLAKE8_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_FLAKE8_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_FLAKE8_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_FLAKE8_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_FLAKE8_RULES_PATH": {"type": "string"}, "PYTHON_FLAKE8_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_ISORT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_ISORT_CLI_EXECUTABLE": {"default": [["isort"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_ISORT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_ISORT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_ISORT_CONFIG_FILE": {"default": ".isort.cfg", "type": "string"}, "PYTHON_ISORT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_ISORT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_ISORT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_ISORT_FILE_NAME": {"default": ".isort.cfg", "type": "string"}, "PYTHON_ISORT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_ISORT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_ISORT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_ISORT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_ISORT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_ISORT_RULES_PATH": {"type": "string"}, "PYTHON_ISORT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_MYPY_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_MYPY_CLI_EXECUTABLE": {"default": [["mypy"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_MYPY_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_MYPY_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_MYPY_CONFIG_FILE": {"default": ".mypy.ini", "type": "string"}, "PYTHON_MYPY_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_MYPY_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_MYPY_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_MYPY_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_MYPY_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_MYPY_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_MYPY_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_MYPY_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_MYPY_RULES_PATH": {"type": "string"}, "PYTHON_MYPY_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_PYLINT_CLI_EXECUTABLE": {"default": [["pylint"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_PYLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_PYLINT_CONFIG_FILE": {"default": ".pylintrc", "type": "string"}, "PYTHON_PYLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_PYLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_PYLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYLINT_FILE_NAME": {"default": ".python-lint", "type": "string"}, "PYTHON_PYLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_PYLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_PYLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_PYLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_PYLINT_RULES_PATH": {"type": "string"}, "PYTHON_PYLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYRIGHT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_PYRIGHT_CLI_EXECUTABLE": {"default": [["pyright"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYRIGHT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_PYRIGHT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_PYRIGHT_CONFIG_FILE": {"default": "pyrightconfig.json", "type": "string"}, "PYTHON_PYRIGHT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_PYRIGHT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_PYRIGHT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYRIGHT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_PYRIGHT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_PYRIGHT_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_PYRIGHT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_PYRIGHT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_PYRIGHT_RULES_PATH": {"type": "string"}, "PYTHON_PYRIGHT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "PYTHON_RUFF_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_RUFF_CLI_EXECUTABLE": {"default": [["ruff"]], "items": {"type": "string"}, "type": "array"}, "PYTHON_RUFF_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "PYTHON_RUFF_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "PYTHON_RUFF_CONFIG_FILE": {"default": ".ruff.toml", "type": "string"}, "PYTHON_RUFF_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "PYTHON_RUFF_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "PYTHON_RUFF_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "PYTHON_RUFF_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "PYTHON_RUFF_FILTER_REGEX_EXCLUDE": {"type": "string"}, "PYTHON_RUFF_FILTER_REGEX_INCLUDE": {"type": "string"}, "PYTHON_RUFF_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_RUFF_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "PYTHON_RUFF_RULES_PATH": {"type": "string"}, "PYTHON_RUFF_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RAKU_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RAKU_FILTER_REGEX_INCLUDE": {"type": "string"}, "RAKU_RAKU_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RAKU_RAKU_CLI_EXECUTABLE": {"default": [["raku"]], "items": {"type": "string"}, "type": "array"}, "RAKU_RAKU_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "RAKU_RAKU_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RAKU_RAKU_CONFIG_FILE": {"default": "META6.json", "type": "string"}, "RAKU_RAKU_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RAKU_RAKU_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RAKU_RAKU_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RAKU_RAKU_FILE_NAME": {"default": "META6.json", "type": "string"}, "RAKU_RAKU_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RAKU_RAKU_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RAKU_RAKU_FILTER_REGEX_INCLUDE": {"type": "string"}, "RAKU_RAKU_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RAKU_RAKU_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RAKU_RAKU_RULES_PATH": {"type": "string"}, "RAKU_RAKU_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPORTERS_MARKDOWN_TYPE": {"default": "advanced", "enum": ["simple", "advanced"], "type": "string"}, "REPORT_OUTPUT_FOLDER": {"default": "report", "type": "string"}, "REPOSITORY_CHECKOV_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_CHECKOV_CLI_EXECUTABLE": {"default": [["checkov"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_CHECKOV_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_CHECKOV_CONFIG_FILE": {"default": ".checkov.yml", "type": "string"}, "REPOSITORY_CHECKOV_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_CHECKOV_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_CHECKOV_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_CHECKOV_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_CHECKOV_RULES_PATH": {"type": "string"}, "REPOSITORY_CHECKOV_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_DEVSKIM_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_DEVSKIM_CLI_EXECUTABLE": {"default": [["devskim"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_DEVSKIM_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_DEVSKIM_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_DEVSKIM_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_DEVSKIM_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_DEVSKIM_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_DEVSKIM_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_DUSTILOCK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_DUSTILOCK_CLI_EXECUTABLE": {"default": [["dustilock"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_DUSTILOCK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_DUSTILOCK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_DUSTILOCK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_DUSTILOCK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_DUSTILOCK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_DUSTILOCK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_FILTER_REGEX_EXCLUDE": {"type": "string"}, "REPOSITORY_FILTER_REGEX_INCLUDE": {"type": "string"}, "REPOSITORY_GITLEAKS_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GITLEAKS_CLI_EXECUTABLE": {"default": [["gitleaks"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GITLEAKS_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GITLEAKS_CONFIG_FILE": {"default": ".gitleaks.toml", "type": "string"}, "REPOSITORY_GITLEAKS_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_GITLEAKS_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_GITLEAKS_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GITLEAKS_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GITLEAKS_RULES_PATH": {"type": "string"}, "REPOSITORY_GITLEAKS_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GIT_DIFF_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GIT_DIFF_CLI_EXECUTABLE": {"default": [["git"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GIT_DIFF_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GIT_DIFF_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_GIT_DIFF_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_GIT_DIFF_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GIT_DIFF_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GIT_DIFF_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GOODCHECK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GOODCHECK_CLI_EXECUTABLE": {"default": [["goodcheck"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GOODCHECK_CONFIG_FILE": {"default": "goodcheck.yml", "type": "string"}, "REPOSITORY_GOODCHECK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_GOODCHECK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_GOODCHECK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GOODCHECK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GOODCHECK_RULES_PATH": {"type": "string"}, "REPOSITORY_GRYPE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GRYPE_CLI_EXECUTABLE": {"default": [["grype"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_GRYPE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_GRYPE_CONFIG_FILE": {"default": ".grype.yaml", "type": "string"}, "REPOSITORY_GRYPE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_GRYPE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_GRYPE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GRYPE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_GRYPE_RULES_PATH": {"type": "string"}, "REPOSITORY_GRYPE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_KICS_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_KICS_CLI_EXECUTABLE": {"default": [["kics"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_KICS_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_KICS_CONFIG_FILE": {"default": "kics.config", "type": "string"}, "REPOSITORY_KICS_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_KICS_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_KICS_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_KICS_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_KICS_RULES_PATH": {"type": "string"}, "REPOSITORY_KICS_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SECRETLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SECRETLINT_CLI_EXECUTABLE": {"default": [["secretlint"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SECRETLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SECRETLINT_CONFIG_FILE": {"default": ".secretlintrc.json", "type": "string"}, "REPOSITORY_SECRETLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_SECRETLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_SECRETLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SECRETLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SECRETLINT_RULES_PATH": {"type": "string"}, "REPOSITORY_SECRETLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SEMGREP_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SEMGREP_CLI_EXECUTABLE": {"default": [["semgrep"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SEMGREP_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SEMGREP_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_SEMGREP_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_SEMGREP_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SEMGREP_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SEMGREP_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SYFT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SYFT_CLI_EXECUTABLE": {"default": [["syft"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_SYFT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_SYFT_CONFIG_FILE": {"default": ".syft.yaml", "type": "string"}, "REPOSITORY_SYFT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_SYFT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_SYFT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SYFT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_SYFT_RULES_PATH": {"type": "string"}, "REPOSITORY_SYFT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRIVY_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRIVY_CLI_EXECUTABLE": {"default": [["trivy"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRIVY_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRIVY_CONFIG_FILE": {"default": "trivy.yaml", "type": "string"}, "REPOSITORY_TRIVY_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_TRIVY_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_TRIVY_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRIVY_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRIVY_RULES_PATH": {"type": "string"}, "REPOSITORY_TRIVY_SBOM_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRIVY_SBOM_CLI_EXECUTABLE": {"default": [["trivy"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRIVY_SBOM_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRIVY_SBOM_CONFIG_FILE": {"default": "trivy-sbom.yaml", "type": "string"}, "REPOSITORY_TRIVY_SBOM_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_TRIVY_SBOM_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_TRIVY_SBOM_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRIVY_SBOM_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRIVY_SBOM_RULES_PATH": {"type": "string"}, "REPOSITORY_TRIVY_SBOM_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRIVY_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRUFFLEHOG_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRUFFLEHOG_CLI_EXECUTABLE": {"default": [["trufflehog"]], "items": {"type": "string"}, "type": "array"}, "REPOSITORY_TRUFFLEHOG_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "REPOSITORY_TRUFFLEHOG_CONFIG_FILE": {"default": ".trufflehog.yml", "type": "string"}, "REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "REPOSITORY_TRUFFLEHOG_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRUFFLEHOG_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "REPOSITORY_TRUFFLEHOG_RULES_PATH": {"type": "string"}, "REPOSITORY_TRUFFLEHOG_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RST_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RST_FILTER_REGEX_INCLUDE": {"type": "string"}, "RST_RSTCHECK_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RSTCHECK_CLI_EXECUTABLE": {"default": [["rstcheck"]], "items": {"type": "string"}, "type": "array"}, "RST_RSTCHECK_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "RST_RSTCHECK_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RSTCHECK_CONFIG_FILE": {"default": ".rstcheck.cfg", "type": "string"}, "RST_RSTCHECK_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RST_RSTCHECK_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RST_RSTCHECK_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RST_RSTCHECK_FILE_NAME": {"default": ".rstcheck.cfg", "type": "string"}, "RST_RSTCHECK_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RST_RSTCHECK_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RST_RSTCHECK_FILTER_REGEX_INCLUDE": {"type": "string"}, "RST_RSTCHECK_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RSTCHECK_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RSTCHECK_RULES_PATH": {"type": "string"}, "RST_RSTCHECK_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RST_RSTFMT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RSTFMT_CLI_EXECUTABLE": {"default": [["rstfmt"]], "items": {"type": "string"}, "type": "array"}, "RST_RSTFMT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "RST_RSTFMT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RSTFMT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RST_RSTFMT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RST_RSTFMT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RST_RSTFMT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RST_RSTFMT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RST_RSTFMT_FILTER_REGEX_INCLUDE": {"type": "string"}, "RST_RSTFMT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RSTFMT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RSTFMT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RST_RST_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RST_LINT_CLI_EXECUTABLE": {"default": [["rst-lint"]], "items": {"type": "string"}, "type": "array"}, "RST_RST_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "RST_RST_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RST_RST_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RST_RST_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RST_RST_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RST_RST_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RST_RST_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RST_RST_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "RST_RST_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RST_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RST_RST_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RUBY_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RUBY_FILTER_REGEX_INCLUDE": {"type": "string"}, "RUBY_RUBOCOP_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RUBY_RUBOCOP_CLI_EXECUTABLE": {"default": [["rubocop"]], "items": {"type": "string"}, "type": "array"}, "RUBY_RUBOCOP_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "RUBY_RUBOCOP_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RUBY_RUBOCOP_CONFIG_FILE": {"default": ".ruby-lint.yml", "type": "string"}, "RUBY_RUBOCOP_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RUBY_RUBOCOP_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RUBY_RUBOCOP_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RUBY_RUBOCOP_FILE_NAME": {"default": ".ruby-lint.yml", "type": "string"}, "RUBY_RUBOCOP_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RUBY_RUBOCOP_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RUBY_RUBOCOP_FILTER_REGEX_INCLUDE": {"type": "string"}, "RUBY_RUBOCOP_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RUBY_RUBOCOP_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RUBY_RUBOCOP_RULES_PATH": {"type": "string"}, "RUBY_RUBOCOP_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RUST_CLIPPY_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RUST_CLIPPY_CLI_EXECUTABLE": {"default": [["cargo-clippy"]], "items": {"type": "string"}, "type": "array"}, "RUST_CLIPPY_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "RUST_CLIPPY_CONFIG_FILE": {"default": ".clippy.toml", "type": "string"}, "RUST_CLIPPY_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "RUST_CLIPPY_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "RUST_CLIPPY_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "RUST_CLIPPY_FILE_NAME": {"default": ".clippy.toml", "type": "string"}, "RUST_CLIPPY_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "RUST_CLIPPY_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RUST_CLIPPY_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "RUST_CLIPPY_RULES_PATH": {"type": "string"}, "RUST_CLIPPY_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "RUST_FILTER_REGEX_EXCLUDE": {"type": "string"}, "RUST_FILTER_REGEX_INCLUDE": {"type": "string"}, "R_FILTER_REGEX_EXCLUDE": {"type": "string"}, "R_FILTER_REGEX_INCLUDE": {"type": "string"}, "R_LINTR_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "R_LINTR_CLI_EXECUTABLE": {"default": [["lintr"]], "items": {"type": "string"}, "type": "array"}, "R_LINTR_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "R_LINTR_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "R_LINTR_CONFIG_FILE": {"default": ".lintr", "type": "string"}, "R_LINTR_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "R_LINTR_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "R_LINTR_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "R_LINTR_FILE_NAME": {"default": ".lintr", "type": "string"}, "R_LINTR_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "R_LINTR_FILTER_REGEX_EXCLUDE": {"type": "string"}, "R_LINTR_FILTER_REGEX_INCLUDE": {"type": "string"}, "R_LINTR_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "R_LINTR_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "R_LINTR_RULES_PATH": {"type": "string"}, "R_LINTR_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_DIRECTORY": {"default": "force-app", "type": "string"}, "SALESFORCE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SALESFORCE_FILTER_REGEX_INCLUDE": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_APEX_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_APEX_CLI_EXECUTABLE": {"default": [["sfdx"]], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_APEX_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_APEX_CONFIG_FILE": {"default": "apex-pmd-ruleset.xml", "type": "string"}, "SALESFORCE_SFDX_SCANNER_APEX_DIRECTORY": {"default": "force-app", "type": "string"}, "SALESFORCE_SFDX_SCANNER_APEX_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SALESFORCE_SFDX_SCANNER_APEX_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SALESFORCE_SFDX_SCANNER_APEX_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_APEX_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_APEX_RULES_PATH": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_APEX_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_AURA_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_AURA_CLI_EXECUTABLE": {"default": [["sfdx"]], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_AURA_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_AURA_CONFIG_FILE": {"default": "--eslintconfig", "type": "string"}, "SALESFORCE_SFDX_SCANNER_AURA_DIRECTORY": {"default": "force-app", "type": "string"}, "SALESFORCE_SFDX_SCANNER_AURA_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SALESFORCE_SFDX_SCANNER_AURA_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SALESFORCE_SFDX_SCANNER_AURA_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_AURA_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_AURA_RULES_PATH": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_AURA_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_DIRECTORY": {"default": "force-app", "type": "string"}, "SALESFORCE_SFDX_SCANNER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SALESFORCE_SFDX_SCANNER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SALESFORCE_SFDX_SCANNER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_FILTER_REGEX_INCLUDE": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_LWC_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_LWC_CLI_EXECUTABLE": {"default": [["sfdx"]], "items": {"type": "string"}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_LWC_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SALESFORCE_SFDX_SCANNER_LWC_CONFIG_FILE": {"default": "--eslintconfig", "type": "string"}, "SALESFORCE_SFDX_SCANNER_LWC_DIRECTORY": {"default": "force-app", "type": "string"}, "SALESFORCE_SFDX_SCANNER_LWC_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SALESFORCE_SFDX_SCANNER_LWC_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SALESFORCE_SFDX_SCANNER_LWC_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_LWC_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SALESFORCE_SFDX_SCANNER_LWC_RULES_PATH": {"type": "string"}, "SALESFORCE_SFDX_SCANNER_LWC_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SARIF_REPORTER": {"default": false, "type": "boolean"}, "SARIF_REPORTER_FILE_NAME": {"default": "mega-linter-report.sarif", "type": "string"}, "SARIF_REPORTER_LINTERS": {"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}, "SCALA_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SCALA_FILTER_REGEX_INCLUDE": {"type": "string"}, "SCALA_SCALAFIX_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SCALA_SCALAFIX_CLI_EXECUTABLE": {"default": [["scalafix"]], "items": {"type": "string"}, "type": "array"}, "SCALA_SCALAFIX_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "SCALA_SCALAFIX_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SCALA_SCALAFIX_CONFIG_FILE": {"default": ".scalafix.conf", "type": "string"}, "SCALA_SCALAFIX_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SCALA_SCALAFIX_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SCALA_SCALAFIX_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SCALA_SCALAFIX_FILE_NAME": {"default": ".scalafix.conf", "type": "string"}, "SCALA_SCALAFIX_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SCALA_SCALAFIX_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SCALA_SCALAFIX_FILTER_REGEX_INCLUDE": {"type": "string"}, "SCALA_SCALAFIX_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SCALA_SCALAFIX_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SCALA_SCALAFIX_RULES_PATH": {"type": "string"}, "SCALA_SCALAFIX_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SECURED_ENV_VARIABLES": {"default": ["GITHUB_TOKEN", "PAT", "SYSTEM_ACCESSTOKEN", "GIT_AUTHORIZATION_BEARER", "CI_JOB_TOKEN", "GITLAB_ACCESS_TOKEN_MEGALINTER", "GITLAB_CUSTOM_CERTIFICATE", "WEBHOOK_REPORTER_BEARER_TOKEN"], "examples:": [["GITHUB_TOKEN", "PAT", "SYSTEM_ACCESSTOKEN", "CI_JOB_TOKEN", "GITLAB_ACCESS_TOKEN_MEGALINTER", "GITLAB_CUSTOM_CERTIFICATE", "WEBHOOK_REPORTER_BEARER_TOKEN"]], "items": {"type": "string"}, "type": "array"}, "SHOW_ELAPSED_TIME": {"default": false, "type": "boolean"}, "SHOW_SKIPPED_LINTERS": {"default": true, "type": "boolean"}, "SKIP_CLI_LINT_MODES": {"examples:": [["file", "project"]], "items": {"enum": ["file", "list_of_files", "project"]}, "type": "array"}, "SNAKEMAKE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SNAKEMAKE_FILTER_REGEX_INCLUDE": {"type": "string"}, "SNAKEMAKE_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SNAKEMAKE_LINT_CLI_EXECUTABLE": {"default": [["snakemake"]], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "SNAKEMAKE_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SNAKEMAKE_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SNAKEMAKE_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SNAKEMAKE_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SNAKEMAKE_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SNAKEMAKE_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SNAKEMAKE_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SNAKEMAKE_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SNAKEMAKE_SNAKEFMT_CLI_EXECUTABLE": {"default": [["snakefmt"]], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "SNAKEMAKE_SNAKEFMT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SNAKEMAKE_SNAKEFMT_CONFIG_FILE": {"default": ".snakefmt.toml", "type": "string"}, "SNAKEMAKE_SNAKEFMT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SNAKEMAKE_SNAKEFMT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SNAKEMAKE_SNAKEFMT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_FILE_NAME": {"default": ".snakefmt.toml", "type": "string"}, "SNAKEMAKE_SNAKEFMT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SNAKEMAKE_SNAKEFMT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SNAKEMAKE_SNAKEFMT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SNAKEMAKE_SNAKEFMT_RULES_PATH": {"type": "string"}, "SNAKEMAKE_SNAKEFMT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SPELL_CSPELL_ANALYZE_FILE_NAMES": {"default": false, "type": "boolean"}, "SPELL_CSPELL_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_CSPELL_CLI_EXECUTABLE": {"default": [["cspell"]], "items": {"type": "string"}, "type": "array"}, "SPELL_CSPELL_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SPELL_CSPELL_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_CSPELL_CONFIG_FILE": {"default": ".cspell.json", "type": "string"}, "SPELL_CSPELL_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SPELL_CSPELL_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SPELL_CSPELL_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SPELL_CSPELL_FILE_NAME": {"default": ".cspell.json", "type": "string"}, "SPELL_CSPELL_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SPELL_CSPELL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_CSPELL_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_CSPELL_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_CSPELL_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_CSPELL_RULES_PATH": {"type": "string"}, "SPELL_CSPELL_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SPELL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_LYCHEE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_LYCHEE_CLI_EXECUTABLE": {"default": [["lychee"]], "items": {"type": "string"}, "type": "array"}, "SPELL_LYCHEE_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SPELL_LYCHEE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_LYCHEE_CONFIG_FILE": {"default": "lychee.toml", "type": "string"}, "SPELL_LYCHEE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SPELL_LYCHEE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SPELL_LYCHEE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SPELL_LYCHEE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SPELL_LYCHEE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_LYCHEE_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_LYCHEE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_LYCHEE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_LYCHEE_RULES_PATH": {"type": "string"}, "SPELL_LYCHEE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SPELL_MISSPELL_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_MISSPELL_CLI_EXECUTABLE": {"default": [["misspell"]], "items": {"type": "string"}, "type": "array"}, "SPELL_MISSPELL_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SPELL_MISSPELL_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SPELL_MISSPELL_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SPELL_MISSPELL_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SPELL_MISSPELL_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SPELL_MISSPELL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_MISSPELL_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_MISSPELL_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_MISSPELL_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_PROSELINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_PROSELINT_CLI_EXECUTABLE": {"default": [["proselint"]], "items": {"type": "string"}, "type": "array"}, "SPELL_PROSELINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SPELL_PROSELINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_PROSELINT_CONFIG_FILE": {"default": ".proselintrc", "type": "string"}, "SPELL_PROSELINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SPELL_PROSELINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SPELL_PROSELINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SPELL_PROSELINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SPELL_PROSELINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_PROSELINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_PROSELINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_PROSELINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_PROSELINT_RULES_PATH": {"type": "string"}, "SPELL_PROSELINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SPELL_VALE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_VALE_CLI_EXECUTABLE": {"default": [["vale"]], "items": {"type": "string"}, "type": "array"}, "SPELL_VALE_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SPELL_VALE_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SPELL_VALE_CONFIG_FILE": {"default": ".vale.ini", "type": "string"}, "SPELL_VALE_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SPELL_VALE_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SPELL_VALE_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SPELL_VALE_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SPELL_VALE_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SPELL_VALE_FILTER_REGEX_INCLUDE": {"type": "string"}, "SPELL_VALE_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_VALE_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SPELL_VALE_RULES_PATH": {"type": "string"}, "SPELL_VALE_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SQL_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SQL_FILTER_REGEX_INCLUDE": {"type": "string"}, "SQL_SQLFLUFF_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_SQLFLUFF_CLI_EXECUTABLE": {"default": [["sqlfluff"]], "items": {"type": "string"}, "type": "array"}, "SQL_SQLFLUFF_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SQL_SQLFLUFF_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_SQLFLUFF_CONFIG_FILE": {"default": ".sqlfluff", "type": "string"}, "SQL_SQLFLUFF_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SQL_SQLFLUFF_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SQL_SQLFLUFF_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SQL_SQLFLUFF_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SQL_SQLFLUFF_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SQL_SQLFLUFF_FILTER_REGEX_INCLUDE": {"type": "string"}, "SQL_SQLFLUFF_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_SQLFLUFF_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_SQLFLUFF_RULES_PATH": {"type": "string"}, "SQL_SQLFLUFF_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SQL_SQL_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_SQL_LINT_CLI_EXECUTABLE": {"default": [["sql-lint"]], "items": {"type": "string"}, "type": "array"}, "SQL_SQL_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "SQL_SQL_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_SQL_LINT_CONFIG_FILE": {"default": ".sql-config.json", "type": "string"}, "SQL_SQL_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SQL_SQL_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SQL_SQL_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SQL_SQL_LINT_FILE_NAME": {"default": ".sql-config.json", "type": "string"}, "SQL_SQL_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SQL_SQL_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SQL_SQL_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SQL_SQL_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_SQL_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_SQL_LINT_RULES_PATH": {"type": "string"}, "SQL_SQL_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SQL_TSQLLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_TSQLLINT_CLI_EXECUTABLE": {"default": [["tsqllint"]], "items": {"type": "string"}, "type": "array"}, "SQL_TSQLLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "SQL_TSQLLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SQL_TSQLLINT_CONFIG_FILE": {"default": ".tsqllintrc", "type": "string"}, "SQL_TSQLLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SQL_TSQLLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SQL_TSQLLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SQL_TSQLLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SQL_TSQLLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SQL_TSQLLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SQL_TSQLLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_TSQLLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SQL_TSQLLINT_RULES_PATH": {"type": "string"}, "SQL_TSQLLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "SWIFT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "SWIFT_FILTER_REGEX_INCLUDE": {"type": "string"}, "SWIFT_SWIFTLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SWIFT_SWIFTLINT_CLI_EXECUTABLE": {"default": [["swiftlint"]], "items": {"type": "string"}, "type": "array"}, "SWIFT_SWIFTLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "SWIFT_SWIFTLINT_CONFIG_FILE": {"default": ".swiftlint.yml", "type": "string"}, "SWIFT_SWIFTLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "SWIFT_SWIFTLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "SWIFT_SWIFTLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "SWIFT_SWIFTLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "SWIFT_SWIFTLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SWIFT_SWIFTLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "SWIFT_SWIFTLINT_RULES_PATH": {"type": "string"}, "SWIFT_SWIFTLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TAP_REPORTER": {"default": false, "type": "boolean"}, "TAP_REPORTER_SUB_FOLDER": {"default": "tap", "type": "string"}, "TEKTON_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TEKTON_FILTER_REGEX_INCLUDE": {"type": "string"}, "TEKTON_TEKTON_LINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TEKTON_TEKTON_LINT_CLI_EXECUTABLE": {"default": [["tekton-lint"]], "items": {"type": "string"}, "type": "array"}, "TEKTON_TEKTON_LINT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "TEKTON_TEKTON_LINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TEKTON_TEKTON_LINT_CONFIG_FILE": {"default": ".tektonlintrc.yaml", "type": "string"}, "TEKTON_TEKTON_LINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TEKTON_TEKTON_LINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TEKTON_TEKTON_LINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TEKTON_TEKTON_LINT_FILE_NAME": {"default": ".tektonlintrc.yaml", "type": "string"}, "TEKTON_TEKTON_LINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TEKTON_TEKTON_LINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TEKTON_TEKTON_LINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "TEKTON_TEKTON_LINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TEKTON_TEKTON_LINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TEKTON_TEKTON_LINT_RULES_PATH": {"type": "string"}, "TEKTON_TEKTON_LINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_CHECKOV_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_CHECKOV_CLI_EXECUTABLE": {"default": [["checkov"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_CHECKOV_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "TERRAFORM_CHECKOV_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_CHECKOV_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_CHECKOV_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_CHECKOV_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_CHECKOV_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TERRAFORM_CHECKOV_FILTER_REGEX_INCLUDE": {"type": "string"}, "TERRAFORM_CHECKOV_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_CHECKOV_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TERRAFORM_FILTER_REGEX_INCLUDE": {"type": "string"}, "TERRAFORM_KICS_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_KICS_CLI_EXECUTABLE": {"default": [["kics"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_KICS_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "TERRAFORM_KICS_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_KICS_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_KICS_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_KICS_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_KICS_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TERRAFORM_KICS_FILTER_REGEX_INCLUDE": {"type": "string"}, "TERRAFORM_KICS_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_KICS_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRAFORM_FMT_CLI_EXECUTABLE": {"default": [["terraform"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "TERRAFORM_TERRAFORM_FMT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRAFORM_FMT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_TERRAFORM_FMT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_TERRAFORM_FMT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TERRAFORM_TERRAFORM_FMT_FILTER_REGEX_INCLUDE": {"type": "string"}, "TERRAFORM_TERRAFORM_FMT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRAFORM_FMT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAGRUNT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRAGRUNT_CLI_EXECUTABLE": {"default": [["terragrunt"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAGRUNT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "TERRAFORM_TERRAGRUNT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRAGRUNT_CONFIG_FILE": {"default": "terragrunt.hcl", "type": "string"}, "TERRAFORM_TERRAGRUNT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_TERRAGRUNT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_TERRAGRUNT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAGRUNT_FILE_NAME": {"default": "terragrunt.hcl", "type": "string"}, "TERRAFORM_TERRAGRUNT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRAGRUNT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TERRAFORM_TERRAGRUNT_FILTER_REGEX_INCLUDE": {"type": "string"}, "TERRAFORM_TERRAGRUNT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRAGRUNT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRAGRUNT_RULES_PATH": {"type": "string"}, "TERRAFORM_TERRAGRUNT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRASCAN_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRASCAN_CLI_EXECUTABLE": {"default": [["terrascan"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRASCAN_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TERRASCAN_CONFIG_FILE": {"default": "terrascan-config.toml", "type": "string"}, "TERRAFORM_TERRASCAN_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_TERRASCAN_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_TERRASCAN_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRASCAN_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TERRASCAN_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRASCAN_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TERRASCAN_RULES_PATH": {"type": "string"}, "TERRAFORM_TERRASCAN_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TFLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TFLINT_CLI_EXECUTABLE": {"default": [["tflint"]], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TFLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TERRAFORM_TFLINT_CONFIG_FILE": {"default": ".tflint.hcl", "type": "string"}, "TERRAFORM_TFLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TERRAFORM_TFLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TERRAFORM_TFLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TFLINT_FILE_NAME": {"default": ".tflint.hcl", "type": "string"}, "TERRAFORM_TFLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TERRAFORM_TFLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TFLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TERRAFORM_TFLINT_RULES_PATH": {"type": "string"}, "TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TEXT_REPORTER": {"default": true, "type": "boolean"}, "TEXT_REPORTER_SUB_FOLDER": {"default": "linters_logs", "type": "string"}, "TSX_ESLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TSX_ESLINT_CLI_EXECUTABLE": {"default": [["eslint"]], "items": {"type": "string"}, "type": "array"}, "TSX_ESLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "TSX_ESLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TSX_ESLINT_CONFIG_FILE": {"default": ".eslintrc.json", "type": "string"}, "TSX_ESLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TSX_ESLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TSX_ESLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TSX_ESLINT_FILE_NAME": {"default": ".eslintrc.json", "type": "string"}, "TSX_ESLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TSX_ESLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TSX_ESLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "TSX_ESLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TSX_ESLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TSX_ESLINT_RULES_PATH": {"type": "string"}, "TSX_ESLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TSX_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TSX_FILTER_REGEX_INCLUDE": {"type": "string"}, "TYPESCRIPT_DEFAULT_STYLE": {"enum": ["standard", "prettier"], "examples": ["standard", "prettier"], "type": "string"}, "TYPESCRIPT_ES_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_ES_CLI_EXECUTABLE": {"default": [["eslint"]], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_ES_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "TYPESCRIPT_ES_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_ES_CONFIG_FILE": {"default": ".eslintrc.json", "type": "string"}, "TYPESCRIPT_ES_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TYPESCRIPT_ES_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TYPESCRIPT_ES_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_ES_FILE_NAME": {"default": ".eslintrc.json", "type": "string"}, "TYPESCRIPT_ES_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_ES_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TYPESCRIPT_ES_FILTER_REGEX_INCLUDE": {"type": "string"}, "TYPESCRIPT_ES_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_ES_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_ES_RULES_PATH": {"type": "string"}, "TYPESCRIPT_ES_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TYPESCRIPT_FILTER_REGEX_INCLUDE": {"type": "string"}, "TYPESCRIPT_PRETTIER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_PRETTIER_CLI_EXECUTABLE": {"default": [["prettier"]], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_PRETTIER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "TYPESCRIPT_PRETTIER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_PRETTIER_CONFIG_FILE": {"default": ".prettierrc.json", "type": "string"}, "TYPESCRIPT_PRETTIER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TYPESCRIPT_PRETTIER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TYPESCRIPT_PRETTIER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_PRETTIER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_PRETTIER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TYPESCRIPT_PRETTIER_FILTER_REGEX_INCLUDE": {"type": "string"}, "TYPESCRIPT_PRETTIER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_PRETTIER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_PRETTIER_RULES_PATH": {"type": "string"}, "TYPESCRIPT_PRETTIER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_STANDARD_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_STANDARD_CLI_EXECUTABLE": {"default": [["ts-standard"]], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_STANDARD_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "TYPESCRIPT_STANDARD_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "TYPESCRIPT_STANDARD_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "TYPESCRIPT_STANDARD_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "TYPESCRIPT_STANDARD_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_STANDARD_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "TYPESCRIPT_STANDARD_FILTER_REGEX_EXCLUDE": {"type": "string"}, "TYPESCRIPT_STANDARD_FILTER_REGEX_INCLUDE": {"type": "string"}, "TYPESCRIPT_STANDARD_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_STANDARD_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "TYPESCRIPT_STANDARD_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "UPDATED_SOURCES_REPORTER": {"type": "boolean"}, "UPDATED_SOURCES_REPORTER_DIR": {"type": "string"}, "VALIDATE_ALL_CODEBASE": {"default": true, "type": "boolean"}, "VBDOTNET_DOTNET_FORMAT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "VBDOTNET_DOTNET_FORMAT_CLI_EXECUTABLE": {"default": [["dotnet"]], "items": {"type": "string"}, "type": "array"}, "VBDOTNET_DOTNET_FORMAT_CLI_LINT_MODE": {"default": "file", "enum": ["file", "project"], "type": "string"}, "VBDOTNET_DOTNET_FORMAT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "VBDOTNET_DOTNET_FORMAT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "VBDOTNET_DOTNET_FORMAT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "VBDOTNET_DOTNET_FORMAT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "VBDOTNET_DOTNET_FORMAT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "VBDOTNET_DOTNET_FORMAT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "VBDOTNET_DOTNET_FORMAT_FILTER_REGEX_INCLUDE": {"type": "string"}, "VBDOTNET_DOTNET_FORMAT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "VBDOTNET_DOTNET_FORMAT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "VBDOTNET_DOTNET_FORMAT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "VBDOTNET_FILTER_REGEX_EXCLUDE": {"type": "string"}, "VBDOTNET_FILTER_REGEX_INCLUDE": {"type": "string"}, "XML_FILTER_REGEX_EXCLUDE": {"type": "string"}, "XML_FILTER_REGEX_INCLUDE": {"type": "string"}, "XML_XMLLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "XML_XMLLINT_CLI_EXECUTABLE": {"default": [["xmllint"]], "items": {"type": "string"}, "type": "array"}, "XML_XMLLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "XML_XMLLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "XML_XMLLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "XML_XMLLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "XML_XMLLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "XML_XMLLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "XML_XMLLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "XML_XMLLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "XML_XMLLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "XML_XMLLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "XML_XMLLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "YAML_FILTER_REGEX_EXCLUDE": {"type": "string"}, "YAML_FILTER_REGEX_INCLUDE": {"type": "string"}, "YAML_PRETTIER_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_PRETTIER_CLI_EXECUTABLE": {"default": [["prettier"]], "items": {"type": "string"}, "type": "array"}, "YAML_PRETTIER_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "YAML_PRETTIER_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_PRETTIER_CONFIG_FILE": {"default": ".prettierrc.json", "type": "string"}, "YAML_PRETTIER_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "YAML_PRETTIER_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "YAML_PRETTIER_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "YAML_PRETTIER_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "YAML_PRETTIER_FILTER_REGEX_EXCLUDE": {"type": "string"}, "YAML_PRETTIER_FILTER_REGEX_INCLUDE": {"type": "string"}, "YAML_PRETTIER_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_PRETTIER_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_PRETTIER_RULES_PATH": {"type": "string"}, "YAML_PRETTIER_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "YAML_V8R_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_V8R_CLI_EXECUTABLE": {"default": [["v8r"]], "items": {"type": "string"}, "type": "array"}, "YAML_V8R_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "YAML_V8R_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_V8R_CONFIG_FILE": {"default": ".v8rrc.yml", "type": "string"}, "YAML_V8R_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "YAML_V8R_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "YAML_V8R_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "YAML_V8R_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "YAML_V8R_FILTER_REGEX_EXCLUDE": {"type": "string"}, "YAML_V8R_FILTER_REGEX_INCLUDE": {"type": "string"}, "YAML_V8R_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_V8R_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_V8R_RULES_PATH": {"type": "string"}, "YAML_V8R_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}, "YAML_YAMLLINT_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_YAMLLINT_CLI_EXECUTABLE": {"default": [["yamllint"]], "items": {"type": "string"}, "type": "array"}, "YAML_YAMLLINT_CLI_LINT_MODE": {"default": "list_of_files", "enum": ["file", "list_of_files", "project"], "type": "string"}, "YAML_YAMLLINT_COMMAND_REMOVE_ARGUMENTS": {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}, "YAML_YAMLLINT_CONFIG_FILE": {"default": ".yamllint.yml", "type": "string"}, "YAML_YAMLLINT_DISABLE_ERRORS": {"default": false, "type": "boolean"}, "YAML_YAMLLINT_DISABLE_ERRORS_IF_LESS_THAN": {"default": 0, "type": "number"}, "YAML_YAMLLINT_FILE_EXTENSIONS": {"examples:": [".py", ".myext"], "items": {"type": "string"}, "type": "array"}, "YAML_YAMLLINT_FILE_NAME": {"default": ".yaml-lint.yml", "type": "string"}, "YAML_YAMLLINT_FILE_NAMES_REGEX": {"examples": ["Dockerfile(-.+)?", "Jenkinsfile"], "items": {"type": "string"}, "type": "array"}, "YAML_YAMLLINT_FILTER_REGEX_EXCLUDE": {"type": "string"}, "YAML_YAMLLINT_FILTER_REGEX_INCLUDE": {"type": "string"}, "YAML_YAMLLINT_POST_COMMANDS": {"examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_YAMLLINT_PRE_COMMANDS": {"examples": [[{"command": "tflint --init", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"}, "YAML_YAMLLINT_RULES_PATH": {"type": "string"}, "YAML_YAMLLINT_UNSECURED_ENV_VARIABLES": {"default": [], "items": {"type": "string"}, "type": "array"}}, "required": [], "type": "object"} |
|
megalinter-configuration.jsonschema.json | command_info | Command information | {"properties": {"command": {"examples": ["npm run test", "echo \"This is a custom command\""], "type": "string"}, "continue_if_failed": {"default": true, "type": "boolean"}, "cwd": {"enum": ["root", "workspace"], "examples": ["root", "workspace"], "type": "string"}, "secured_env": {"default": true, "type": "boolean"}}, "required": [], "type": "object"} |
megalinter-configuration.jsonschema.json | ACTION_ACTIONLINT_ARGUMENTS | ACTION_ACTIONLINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ACTION_ACTIONLINT_COMMAND_REMOVE_ARGUMENTS | ACTION_ACTIONLINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ACTION_ACTIONLINT_CONFIG_FILE | ACTION_ACTIONLINT: User custom config file name if different from default | {"default": "actionlint.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | ACTION_ACTIONLINT_RULES_PATH | ACTION_ACTIONLINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | ACTION_ACTIONLINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling ACTION_ACTIONLINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | ADDITIONAL_EXCLUDED_DIRECTORIES | List of additional excluded directory basenames to add to MegaLinter default excluded directories. They are excluded at any nested level. | {"examples": [["test"]], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_ARGUMENTS | ANSIBLE_ANSIBLE_LINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_COMMAND_REMOVE_ARGUMENTS | ANSIBLE_ANSIBLE_LINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_CONFIG_FILE | ANSIBLE_ANSIBLE_LINT: User custom config file name if different from default | {"default": ".ansible-lint", "type": "string"} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_FILE_NAME | ANSIBLE_ANSIBLE_LINT: User custom config file name if different from default | {"default": ".ansible-lint.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_RULES_PATH | ANSIBLE_ANSIBLE_LINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | ANSIBLE_ANSIBLE_LINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling ANSIBLE_ANSIBLE_LINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | APPLY_FIXES | 'all' to apply formatting and auto-fixes of all linters, or a list of linter keys | {"default": "none", "examples": ["all", "none", ["JAVASCRIPT_ES", "MARKDOWN_MARKDOWNLINT"]], "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_ARGUMENTS | ARM_ARM_TTK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_COMMAND_REMOVE_ARGUMENTS | ARM_ARM_TTK: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_CONFIG_FILE | ARM_ARM_TTK: User custom config file name if different from default | {"default": ".arm-ttk.psd1", "type": "string"} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_FILE_NAME | ARM_ARM_TTK: User custom config file name if different from default | {"default": ".arm-ttk.psd1", "type": "string"} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_RULES_PATH | ARM_ARM_TTK: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | ARM_ARM_TTK_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling ARM_ARM_TTK and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | AZURE_COMMENT_REPORTER | Posts MegaLinter results summary in the comments of the related pull request (if existing) | {"default": true, "type": "boolean"} |
megalinter-configuration.jsonschema.json | BASH_EXEC_ARGUMENTS | BASH_EXEC: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | BASH_EXEC_COMMAND_REMOVE_ARGUMENTS | BASH_EXEC: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | BASH_EXEC_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling BASH_EXEC and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | BASH_SHELLCHECK_ARGUMENTS | BASH_SHELLCHECK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | BASH_SHELLCHECK_COMMAND_REMOVE_ARGUMENTS | BASH_SHELLCHECK: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | BASH_SHELLCHECK_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling BASH_SHELLCHECK and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | BASH_SHFMT_ARGUMENTS | BASH_SHFMT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | BASH_SHFMT_COMMAND_REMOVE_ARGUMENTS | BASH_SHFMT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.