schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
megalinter-configuration.jsonschema.json
|
BASH_SHFMT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling BASH_SHFMT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
BICEP_BICEP_LINTER_ARGUMENTS
|
BICEP_BICEP_LINTER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
BICEP_BICEP_LINTER_COMMAND_REMOVE_ARGUMENTS
|
BICEP_BICEP_LINTER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
BICEP_BICEP_LINTER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling BICEP_BICEP_LINTER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CLEAR_REPORT_FOLDER
|
Flag to clear files from report folder (usually megalinter-reports) before starting the linting process
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJSTYLE_ARGUMENTS
|
CLOJURE_CLJSTYLE: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJSTYLE_COMMAND_REMOVE_ARGUMENTS
|
CLOJURE_CLJSTYLE: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJSTYLE_CONFIG_FILE
|
CLOJURE_CLJSTYLE: User custom config file name if different from default
|
{"default": ".cljstyle", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJSTYLE_RULES_PATH
|
CLOJURE_CLJSTYLE: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJSTYLE_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CLOJURE_CLJSTYLE and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_ARGUMENTS
|
CLOJURE_CLJ_KONDO: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_COMMAND_REMOVE_ARGUMENTS
|
CLOJURE_CLJ_KONDO: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_CONFIG_FILE
|
CLOJURE_CLJ_KONDO: User custom config file name if different from default
|
{"default": ".clj-kondo/config.edn", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_FILE_NAME
|
CLOJURE_CLJ_KONDO: User custom config file name if different from default
|
{"default": ".clj-kondo/config.edn", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_RULES_PATH
|
CLOJURE_CLJ_KONDO: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOJURE_CLJ_KONDO_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CLOJURE_CLJ_KONDO and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_ARGUMENTS
|
CLOUDFORMATION_CFN_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_COMMAND_REMOVE_ARGUMENTS
|
CLOUDFORMATION_CFN_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_CONFIG_FILE
|
CLOUDFORMATION_CFN_LINT: User custom config file name if different from default
|
{"default": ".cfnlintrc.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_FILE_NAME
|
CLOUDFORMATION_CFN_LINT: User custom config file name if different from default
|
{"default": ".cfnlintrc.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_RULES_PATH
|
CLOUDFORMATION_CFN_LINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CLOUDFORMATION_CFN_LINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CLOUDFORMATION_CFN_LINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_ARGUMENTS
|
COFFEE_COFFEELINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_COMMAND_REMOVE_ARGUMENTS
|
COFFEE_COFFEELINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_CONFIG_FILE
|
COFFEE_COFFEELINT: User custom config file name if different from default
|
{"default": ".coffee-lint.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_FILE_NAME
|
COFFEE_COFFEELINT: User custom config file name if different from default
|
{"default": ".coffee-lint.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_RULES_PATH
|
COFFEE_COFFEELINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
COFFEE_COFFEELINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling COFFEE_COFFEELINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CONFIG_REPORTER
|
Generates a folder IDE-config located in report folder, containing default MegaLinter configuration files used during the linting, and updated VSCode extensions.js config file
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
CONSOLE_REPORTER
|
{"default": true, "type": "boolean"}
|
|
megalinter-configuration.jsonschema.json
|
CONSOLE_REPORTER_SECTIONS
|
Define to false if you do not want logs to be organized in sections
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_ARGUMENTS
|
COPYPASTE_JSCPD: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_COMMAND_REMOVE_ARGUMENTS
|
COPYPASTE_JSCPD: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_CONFIG_FILE
|
COPYPASTE_JSCPD: User custom config file name if different from default
|
{"default": ".jscpd.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_FILE_NAME
|
COPYPASTE_JSCPD: User custom config file name if different from default
|
{"default": ".jscpd.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_RULES_PATH
|
COPYPASTE_JSCPD: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
COPYPASTE_JSCPD_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling COPYPASTE_JSCPD and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CPP_CPPLINT_ARGUMENTS
|
CPP_CPPLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CPP_CPPLINT_COMMAND_REMOVE_ARGUMENTS
|
CPP_CPPLINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CPP_CPPLINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CPP_CPPLINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CREDENTIALS_SECRETLINT_ARGUMENTS
|
CREDENTIALS_SECRETLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CREDENTIALS_SECRETLINT_CONFIG_FILE
|
CREDENTIALS_SECRETLINT: User custom config file name if different from default
|
{"default": ".secretlintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CREDENTIALS_SECRETLINT_RULES_PATH
|
CREDENTIALS_SECRETLINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSHARP_CSHARPIER_ARGUMENTS
|
CSHARP_CSHARPIER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSHARP_CSHARPIER_COMMAND_REMOVE_ARGUMENTS
|
CSHARP_CSHARPIER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSHARP_CSHARPIER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CSHARP_CSHARPIER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CSHARP_DOTNET_FORMAT_ARGUMENTS
|
CSHARP_DOTNET_FORMAT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSHARP_DOTNET_FORMAT_COMMAND_REMOVE_ARGUMENTS
|
CSHARP_DOTNET_FORMAT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSHARP_DOTNET_FORMAT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CSHARP_DOTNET_FORMAT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_ARGUMENTS
|
CSS_SCSS_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_COMMAND_REMOVE_ARGUMENTS
|
CSS_SCSS_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_CONFIG_FILE
|
CSS_SCSS_LINT: User custom config file name if different from default
|
{"default": ".scss-lint.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_FILE_NAME
|
CSS_SCSS_LINT: User custom config file name if different from default
|
{"default": ".scss-lint.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_RULES_PATH
|
CSS_SCSS_LINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_SCSS_LINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CSS_SCSS_LINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_ARGUMENTS
|
CSS_STYLELINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_COMMAND_REMOVE_ARGUMENTS
|
CSS_STYLELINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_CONFIG_FILE
|
CSS_STYLELINT: User custom config file name if different from default
|
{"default": ".stylelintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_FILE_NAME
|
CSS_STYLELINT: User custom config file name if different from default
|
{"default": ".stylelintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_RULES_PATH
|
CSS_STYLELINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
CSS_STYLELINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling CSS_STYLELINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
C_CPPLINT_ARGUMENTS
|
C_CPPLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
C_CPPLINT_COMMAND_REMOVE_ARGUMENTS
|
C_CPPLINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
C_CPPLINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling C_CPPLINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_ARGUMENTS
|
DART_DARTANALYZER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_COMMAND_REMOVE_ARGUMENTS
|
DART_DARTANALYZER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_CONFIG_FILE
|
DART_DARTANALYZER: User custom config file name if different from default
|
{"default": "analysis_options.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_FILE_NAME
|
DART_DARTANALYZER: User custom config file name if different from default
|
{"default": "analysis_options.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_RULES_PATH
|
DART_DARTANALYZER: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
DART_DARTANALYZER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling DART_DARTANALYZER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
DEFAULT_BRANCH
|
Deprecated: The name of the repository's default branch.
|
{"default": "HEAD", "examples": ["master", "main"], "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DEFAULT_WORKSPACE
|
The location containing files to lint if you are running as docker image
|
{"default": "/tmp/lint", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DISABLE
|
If DISABLE is set, the linters in the listed descriptors will be skipped
|
{"examples": [["BASH", "HTML"]], "items": {}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
DISABLE_ERRORS
|
Flag to have the MegaLinter complete with exit code 0 even if errors were detected.
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
DISABLE_ERRORS_LINTERS
|
If DISABLE_ERRORS_LINTERS is set, the listed linters will be run but errors will be not blocking
|
{"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
DISABLE_LINTERS
|
If DISABLE_LINTERS is set, the listed linters will be skipped
|
{"examples": [["BASH_BASH_SHFMT", "JAVASCRIPT_STANDARD"]], "items": {}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_DOCKERFILELINT_ARGUMENTS
|
DOCKERFILE_DOCKERFILELINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_DOCKERFILELINT_CONFIG_FILE
|
DOCKERFILE_DOCKERFILELINT: User custom config file name if different from default
|
{"default": ".dockerfilelintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_DOCKERFILELINT_FILE_NAME
|
DOCKERFILE_DOCKERFILELINT: User custom config file name if different from default
|
{"default": ".dockerfilelintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_DOCKERFILELINT_RULES_PATH
|
DOCKERFILE_DOCKERFILELINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_ARGUMENTS
|
DOCKERFILE_HADOLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_COMMAND_REMOVE_ARGUMENTS
|
DOCKERFILE_HADOLINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_CONFIG_FILE
|
DOCKERFILE_HADOLINT: User custom config file name if different from default
|
{"default": ".hadolint.yaml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_FILE_NAME
|
DOCKERFILE_HADOLINT: User custom config file name if different from default
|
{"default": ".hadolint.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_RULES_PATH
|
DOCKERFILE_HADOLINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
DOCKERFILE_HADOLINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling DOCKERFILE_HADOLINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_ARGUMENTS
|
EDITORCONFIG_EDITORCONFIG_CHECKER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_COMMAND_REMOVE_ARGUMENTS
|
EDITORCONFIG_EDITORCONFIG_CHECKER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_CONFIG_FILE
|
EDITORCONFIG_EDITORCONFIG_CHECKER: User custom config file name if different from default
|
{"default": ".ecrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_FILE_NAME
|
EDITORCONFIG_EDITORCONFIG_CHECKER: User custom config file name if different from default
|
{"default": ".ecrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_RULES_PATH
|
EDITORCONFIG_EDITORCONFIG_CHECKER: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
EDITORCONFIG_EDITORCONFIG_CHECKER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling EDITORCONFIG_EDITORCONFIG_CHECKER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
EMAIL_REPORTER
|
MegaLinter can send email with reports to given addresses. Please set EMAIL_REPORTER_** variables if activated
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
EMAIL_REPORTER_EMAIL
|
Comma-separated list of recipient emails, that will receive reports
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
EMAIL_REPORTER_SEND_SUCCESS
|
Define to true if you want to receive reports by mail even when there is no errors or updated sources
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
ENABLE
|
If ENABLE is not set, all descriptors are activated by default. If set, all linters of listed descriptors will be activated by default
|
{"examples": [["BASH", "HTML", "JAVASCRIPT"]], "items": {}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
ENABLE_LINTERS
|
If ENABLE_LINTERS is set, only listed linters will be processed
|
{"examples": [["JAVASCRIPT_ES", "PYTHON_PYLINT"]], "items": {}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
ENV_DOTENV_LINTER_ARGUMENTS
|
ENV_DOTENV_LINTER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
ENV_DOTENV_LINTER_COMMAND_REMOVE_ARGUMENTS
|
ENV_DOTENV_LINTER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
ENV_DOTENV_LINTER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling ENV_DOTENV_LINTER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.