schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
megalinter-configuration.jsonschema.json
|
ERROR_ON_MISSING_EXEC_BIT
|
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": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
EXCLUDED_DIRECTORIES
|
List of excluded directory basenames replacing MegaLinter default excluded directories. They are excluded at any nested level.
|
{"examples": [[".github", "node_modules"]], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
EXTENDS
|
Base mega-linter.yml config file(s) to extend local configuration from. Can be a single URL or a list of .mega-linter.yml config files URLs
|
{"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"]}
|
megalinter-configuration.jsonschema.json
|
FAIL_IF_MISSING_LINTER_IN_FLAVOR
|
If set to true, MegaLinter fails if a linter is missing in the selected flavor
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
FAIL_IF_UPDATED_SOURCES
|
If set to true, MegaLinter fails if a linter or formatter has auto-fixed sources, even if there are no errors
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
FILEIO_REPORTER
|
If you don't use artifacts upload to read MegaLinter reports, you can access them with an hyperlink to file.io. Important: MegaLinter has no affiliation with file.io, but it's supposed to be secured, and only one download is available for a report (snapchat for files, basically)
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
FILEIO_REPORTER_SEND_SUCCESS
|
Skip posting to file.io if linting is in success
|
{"default": false, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
FILTER_REGEX_EXCLUDE
|
Regular expression defining which files will be excluded from linting
|
{"examples": ["(\\.automation/test|docs/javascripts|docs/overrides|flavors|clj-kondo|TEMPLATES)", "(src/test)"], "type": "string"}
|
megalinter-configuration.jsonschema.json
|
FILTER_REGEX_INCLUDE
|
Regular expression defining which files will be processed by linters
|
{"examples": ["(src/)"], "type": "string"}
|
megalinter-configuration.jsonschema.json
|
FLAVOR_SUGGESTIONS
|
Provides suggestions about different MegaLinter flavors to use to improve runtime performances
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
FORMATTERS_DISABLE_ERRORS
|
Formatter errors will be reported as errors (and not warnings) if this variable is set to false
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_ARGUMENTS
|
GHERKIN_GHERKIN_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_COMMAND_REMOVE_ARGUMENTS
|
GHERKIN_GHERKIN_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_CONFIG_FILE
|
GHERKIN_GHERKIN_LINT: User custom config file name if different from default
|
{"default": ".gherkin-lintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_FILE_NAME
|
GHERKIN_GHERKIN_LINT: User custom config file name if different from default
|
{"default": ".gherkin-lintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_RULES_PATH
|
GHERKIN_GHERKIN_LINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
GHERKIN_GHERKIN_LINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling GHERKIN_GHERKIN_LINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
GITHUB_API_URL
|
URL where the github API can be reached. Must be overridden if using GitHub Enterprise
|
{"default": "https://api.github.com", "examples": ["https://github.my-company.com/api/v3"], "format": "uri", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GITHUB_COMMENT_REPORTER
|
Posts MegaLinter results summary in the comments of the related pull request (if existing)
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
GITHUB_SERVER_URL
|
URL of the GitHub instance. Must be overridden if using GitHub Enterprise
|
{"default": "https://github.com", "examples": ["https://github.my-company.com/"], "format": "uri", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GITHUB_STATUS_REPORTER
|
Posts a status on the pull request for each processed linter
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
GITHUB_WORKSPACE
|
Base directory for REPORT_OUTPUT_FOLDER, for user-defined linter rules location, for location of linted files if DEFAULT_WORKSPACE is not set
|
{"default": "/tmp/lint", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GITLAB_ACCESS_TOKEN_MEGALINTER
|
Gitlab access token with API access (can be user or project Access token)
|
{"default": true, "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GITLAB_CERTIFICATE_PATH
|
Path to SSL certificate if necessary
|
{"default": true, "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GITLAB_COMMENT_REPORTER
|
Posts Mega-Linter results summary in the comments of the related merge request (if existing)
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
GITLAB_COMMENT_REPORTER_OVERWRITE_COMMENT
|
Set to false to disable the overwrite of existing MegaLinter Merge Request comment in case of new run
|
{"default": true, "type": "boolean"}
|
megalinter-configuration.jsonschema.json
|
GITLAB_CUSTOM_CERTIFICATE
|
Store your SSL certificate string value in a CI env variable named GITLAB_CUSTOM_CERTIFICATE if you want it to be copied by MegaLinter in a local certificate file that will be used by python gitlab lib
|
{"default": true, "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GIT_GIT_DIFF_ARGUMENTS
|
GIT_GIT_DIFF: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_ARGUMENTS
|
GO_GOLANGCI_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_COMMAND_REMOVE_ARGUMENTS
|
GO_GOLANGCI_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_CONFIG_FILE
|
GO_GOLANGCI_LINT: User custom config file name if different from default
|
{"default": ".golangci.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_FILE_NAME
|
GO_GOLANGCI_LINT: User custom config file name if different from default
|
{"default": ".golangci.yml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_RULES_PATH
|
GO_GOLANGCI_LINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
GO_GOLANGCI_LINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling GO_GOLANGCI_LINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
GO_REVIVE_ARGUMENTS
|
GO_REVIVE: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GO_REVIVE_COMMAND_REMOVE_ARGUMENTS
|
GO_REVIVE: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GO_REVIVE_CONFIG_FILE
|
GO_REVIVE: User custom config file name if different from default
|
{"default": "revive.toml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GO_REVIVE_RULES_PATH
|
GO_REVIVE: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
GO_REVIVE_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling GO_REVIVE and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_ARGUMENTS
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_COMMAND_REMOVE_ARGUMENTS
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_CONFIG_FILE
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER: User custom config file name if different from default
|
{"default": ".graphql-schema-linterrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILE_NAME
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER: User custom config file name if different from default
|
{"default": ".graphql-schema-linterrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_RULES_PATH
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
GRAPHQL_GRAPHQL_SCHEMA_LINTER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling GRAPHQL_GRAPHQL_SCHEMA_LINTER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_ARGUMENTS
|
GROOVY_NPM_GROOVY_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_COMMAND_REMOVE_ARGUMENTS
|
GROOVY_NPM_GROOVY_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_CONFIG_FILE
|
GROOVY_NPM_GROOVY_LINT: User custom config file name if different from default
|
{"default": ".groovylintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_FILE_NAME
|
GROOVY_NPM_GROOVY_LINT: User custom config file name if different from default
|
{"default": ".groovylintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_RULES_PATH
|
GROOVY_NPM_GROOVY_LINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
GROOVY_NPM_GROOVY_LINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling GROOVY_NPM_GROOVY_LINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
HTML_DJLINT_ARGUMENTS
|
HTML_DJLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
HTML_DJLINT_COMMAND_REMOVE_ARGUMENTS
|
HTML_DJLINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
HTML_DJLINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling HTML_DJLINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_ARGUMENTS
|
HTML_HTMLHINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_COMMAND_REMOVE_ARGUMENTS
|
HTML_HTMLHINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_CONFIG_FILE
|
HTML_HTMLHINT: User custom config file name if different from default
|
{"default": ".htmlhintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_FILE_NAME
|
HTML_HTMLHINT: User custom config file name if different from default
|
{"default": ".htmlhintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_RULES_PATH
|
HTML_HTMLHINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
HTML_HTMLHINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling HTML_HTMLHINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_DEFAULT_STYLE
|
Style of javascript formatting to apply
|
{"enum": ["standard", "prettier"], "examples": ["standard", "prettier"], "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_ARGUMENTS
|
JAVASCRIPT_ES: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_COMMAND_REMOVE_ARGUMENTS
|
JAVASCRIPT_ES: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_CONFIG_FILE
|
JAVASCRIPT_ES: User custom config file name if different from default
|
{"default": ".eslintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_FILE_NAME
|
JAVASCRIPT_ES: User custom config file name if different from default
|
{"default": ".eslintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_RULES_PATH
|
JAVASCRIPT_ES: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_ES_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JAVASCRIPT_ES and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_PRETTIER_ARGUMENTS
|
JAVASCRIPT_PRETTIER: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_PRETTIER_COMMAND_REMOVE_ARGUMENTS
|
JAVASCRIPT_PRETTIER: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_PRETTIER_CONFIG_FILE
|
JAVASCRIPT_PRETTIER: User custom config file name if different from default
|
{"default": ".prettierrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_PRETTIER_RULES_PATH
|
JAVASCRIPT_PRETTIER: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_PRETTIER_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JAVASCRIPT_PRETTIER and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_STANDARD_ARGUMENTS
|
JAVASCRIPT_STANDARD: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_STANDARD_COMMAND_REMOVE_ARGUMENTS
|
JAVASCRIPT_STANDARD: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVASCRIPT_STANDARD_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JAVASCRIPT_STANDARD and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_ARGUMENTS
|
JAVA_CHECKSTYLE: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_COMMAND_REMOVE_ARGUMENTS
|
JAVA_CHECKSTYLE: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_CONFIG_FILE
|
JAVA_CHECKSTYLE: User custom config file name if different from default
|
{"default": "sun_checks.xml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_FILE_NAME
|
JAVA_CHECKSTYLE: User custom config file name if different from default
|
{"default": "sun_checks.xml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_RULES_PATH
|
JAVA_CHECKSTYLE: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVA_CHECKSTYLE_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JAVA_CHECKSTYLE and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JAVA_PMD_ARGUMENTS
|
JAVA_PMD: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVA_PMD_COMMAND_REMOVE_ARGUMENTS
|
JAVA_PMD: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JAVA_PMD_CONFIG_FILE
|
JAVA_PMD: User custom config file name if different from default
|
{"default": "java-pmd-ruleset.xml", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVA_PMD_RULES_PATH
|
JAVA_PMD: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JAVA_PMD_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JAVA_PMD and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_ARGUMENTS
|
JSON_ESLINT_PLUGIN_JSONC: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_COMMAND_REMOVE_ARGUMENTS
|
JSON_ESLINT_PLUGIN_JSONC: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_CONFIG_FILE
|
JSON_ESLINT_PLUGIN_JSONC: User custom config file name if different from default
|
{"default": ".eslintrc-json.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_FILE_NAME
|
JSON_ESLINT_PLUGIN_JSONC: User custom config file name if different from default
|
{"default": ".eslintrc.json", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_RULES_PATH
|
JSON_ESLINT_PLUGIN_JSONC: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JSON_ESLINT_PLUGIN_JSONC_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JSON_ESLINT_PLUGIN_JSONC and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JSON_JSONLINT_ARGUMENTS
|
JSON_JSONLINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_JSONLINT_COMMAND_REMOVE_ARGUMENTS
|
JSON_JSONLINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_JSONLINT_CONFIG_FILE
|
JSON_JSONLINT: User custom config file name if different from default
|
{"default": ".jsonlintrc", "type": "string"}
|
megalinter-configuration.jsonschema.json
|
JSON_JSONLINT_RULES_PATH
|
JSON_JSONLINT: Path where to find linter configuration file
|
{"type": "string"}
|
megalinter-configuration.jsonschema.json
|
JSON_JSONLINT_UNSECURED_ENV_VARIABLES
|
List of env variables explicitly not filtered before calling JSON_JSONLINT and its pre/post commands
|
{"default": [], "items": {"type": "string"}, "type": "array"}
|
megalinter-configuration.jsonschema.json
|
JSON_NPM_PACKAGE_JSON_LINT_ARGUMENTS
|
JSON_NPM_PACKAGE_JSON_LINT: User custom arguments to add in linter CLI call
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_NPM_PACKAGE_JSON_LINT_COMMAND_REMOVE_ARGUMENTS
|
JSON_NPM_PACKAGE_JSON_LINT: User custom arguments to remove before calling linter
|
{"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]}
|
megalinter-configuration.jsonschema.json
|
JSON_NPM_PACKAGE_JSON_LINT_CONFIG_FILE
|
JSON_NPM_PACKAGE_JSON_LINT: User custom config file name if different from default
|
{"default": ".npmpackagejsonlintrc.json", "type": "string"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.