schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_ARGUMENTS | PHP_PHPSTAN: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_COMMAND_REMOVE_ARGUMENTS | PHP_PHPSTAN: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_CONFIG_FILE | PHP_PHPSTAN: User custom config file name if different from default | {"default": "phpstan.neon.dist", "type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_FILE_NAME | PHP_PHPSTAN: User custom config file name if different from default | {"default": "phpstan.neon", "type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_RULES_PATH | PHP_PHPSTAN: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PHPSTAN_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PHP_PHPSTAN and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PHP_PSALM_ARGUMENTS | PHP_PSALM: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PHP_PSALM_COMMAND_REMOVE_ARGUMENTS | PHP_PSALM: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PHP_PSALM_CONFIG_FILE | PHP_PSALM: User custom config file name if different from default | {"default": "psalm.xml", "type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PSALM_FILE_NAME | PHP_PSALM: User custom config file name if different from default | {"default": "psalm.xml", "type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PSALM_RULES_PATH | PHP_PSALM: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PHP_PSALM_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PHP_PSALM and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PLUGINS | List of MegaLinter plugins. URL must follow format https://**/mega-linter-plugin-**/**.mega-linter-descriptor.yml | {"examples": [["https://raw.githubusercontent.com/cookiejar/megalinter-plugin-cookiejar/master/cookietemplate.mega-linter-descriptor.yml"]], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | POST_COMMANDS | Custom bash commands to run after linters | {"default": [], "examples": [[{"command": "npm run test", "continue_if_failed": false, "cwd": "workspace"}]], "items": {}, "type": "array"} |
megalinter-configuration.jsonschema.json | POST_GITHUB_COMMENT | (DEPRECATED, use 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 | POST_GITLAB_COMMENT | (DEPRECATED, use GITHUB_COMMENT_REPORTER) Posts MegaLinter results summary in the comments of the related merge request (if existing) | {"default": true, "type": "boolean"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_ARGUMENTS | POWERSHELL_POWERSHELL: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_COMMAND_REMOVE_ARGUMENTS | POWERSHELL_POWERSHELL: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_CONFIG_FILE | POWERSHELL_POWERSHELL: User custom config file name if different from default | {"default": ".powershell-psscriptanalyzer.psd1", "type": "string"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FILE_NAME | POWERSHELL_POWERSHELL: User custom config file name if different from default | {"default": ".powershell-psscriptanalyzer.psd1", "type": "string"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FORMATTER_ARGUMENTS | POWERSHELL_POWERSHELL_FORMATTER: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FORMATTER_COMMAND_REMOVE_ARGUMENTS | POWERSHELL_POWERSHELL_FORMATTER: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FORMATTER_CONFIG_FILE | POWERSHELL_POWERSHELL_FORMATTER: User custom config file name if different from default | {"default": ".powershell-formatter.psd1", "type": "string"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FORMATTER_RULES_PATH | POWERSHELL_POWERSHELL_FORMATTER: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_FORMATTER_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling POWERSHELL_POWERSHELL_FORMATTER and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_RULES_PATH | POWERSHELL_POWERSHELL: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | POWERSHELL_POWERSHELL_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling POWERSHELL_POWERSHELL and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PRE_COMMANDS | Custom bash commands to run before linters | {"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"} |
megalinter-configuration.jsonschema.json | PRINT_ALL_FILES | If set to false, only fixed and error files are displayed in logs | {"default": true, "type": "boolean"} |
megalinter-configuration.jsonschema.json | PRINT_ALPACA | Enable printing alpaca image to console output | {"default": true, "type": "boolean"} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_ARGUMENTS | PROTOBUF_PROTOLINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_COMMAND_REMOVE_ARGUMENTS | PROTOBUF_PROTOLINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_CONFIG_FILE | PROTOBUF_PROTOLINT: User custom config file name if different from default | {"default": ".protolintrc.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_FILE_NAME | PROTOBUF_PROTOLINT: User custom config file name if different from default | {"default": ".protolintrc.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_RULES_PATH | PROTOBUF_PROTOLINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PROTOBUF_PROTOLINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PROTOBUF_PROTOLINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_ARGUMENTS | PUPPET_PUPPET_LINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_COMMAND_REMOVE_ARGUMENTS | PUPPET_PUPPET_LINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_CONFIG_FILE | PUPPET_PUPPET_LINT: User custom config file name if different from default | {"default": ".puppet-lint.rc", "type": "string"} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_FILE_NAME | PUPPET_PUPPET_LINT: User custom config file name if different from default | {"default": ".puppet-lint.rc", "type": "string"} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_RULES_PATH | PUPPET_PUPPET_LINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PUPPET_PUPPET_LINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PUPPET_PUPPET_LINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_BANDIT_ARGUMENTS | PYTHON_BANDIT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_BANDIT_COMMAND_REMOVE_ARGUMENTS | PYTHON_BANDIT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_BANDIT_CONFIG_FILE | PYTHON_BANDIT: User custom config file name if different from default | {"default": ".bandit.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_BANDIT_RULES_PATH | PYTHON_BANDIT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_BANDIT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_BANDIT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_ARGUMENTS | PYTHON_BLACK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_COMMAND_REMOVE_ARGUMENTS | PYTHON_BLACK: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_CONFIG_FILE | PYTHON_BLACK: User custom config file name if different from default | {"default": "pyproject.toml", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_FILE_NAME | PYTHON_BLACK: User custom config file name if different from default | {"default": ".python-black", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_RULES_PATH | PYTHON_BLACK: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_BLACK_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_BLACK and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_ARGUMENTS | PYTHON_FLAKE8: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_COMMAND_REMOVE_ARGUMENTS | PYTHON_FLAKE8: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_CONFIG_FILE | PYTHON_FLAKE8: User custom config file name if different from default | {"default": ".flake8", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_FILE_NAME | PYTHON_FLAKE8: User custom config file name if different from default | {"default": ".flake8", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_RULES_PATH | PYTHON_FLAKE8: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_FLAKE8_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_FLAKE8 and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_ARGUMENTS | PYTHON_ISORT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_COMMAND_REMOVE_ARGUMENTS | PYTHON_ISORT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_CONFIG_FILE | PYTHON_ISORT: User custom config file name if different from default | {"default": ".isort.cfg", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_FILE_NAME | PYTHON_ISORT: User custom config file name if different from default | {"default": ".isort.cfg", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_RULES_PATH | PYTHON_ISORT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_ISORT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_ISORT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_MYPY_ARGUMENTS | PYTHON_MYPY: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_MYPY_COMMAND_REMOVE_ARGUMENTS | PYTHON_MYPY: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_MYPY_CONFIG_FILE | PYTHON_MYPY: User custom config file name if different from default | {"default": ".mypy.ini", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_MYPY_RULES_PATH | PYTHON_MYPY: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_MYPY_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_MYPY and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_ARGUMENTS | PYTHON_PYLINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_COMMAND_REMOVE_ARGUMENTS | PYTHON_PYLINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_CONFIG_FILE | PYTHON_PYLINT: User custom config file name if different from default | {"default": ".pylintrc", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_FILE_NAME | PYTHON_PYLINT: User custom config file name if different from default | {"default": ".python-lint", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_RULES_PATH | PYTHON_PYLINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_PYLINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_PYLINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_PYRIGHT_ARGUMENTS | PYTHON_PYRIGHT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_PYRIGHT_COMMAND_REMOVE_ARGUMENTS | PYTHON_PYRIGHT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_PYRIGHT_CONFIG_FILE | PYTHON_PYRIGHT: User custom config file name if different from default | {"default": "pyrightconfig.json", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_PYRIGHT_RULES_PATH | PYTHON_PYRIGHT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_PYRIGHT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_PYRIGHT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | PYTHON_RUFF_ARGUMENTS | PYTHON_RUFF: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_RUFF_COMMAND_REMOVE_ARGUMENTS | PYTHON_RUFF: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | PYTHON_RUFF_CONFIG_FILE | PYTHON_RUFF: User custom config file name if different from default | {"default": ".ruff.toml", "type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_RUFF_RULES_PATH | PYTHON_RUFF: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | PYTHON_RUFF_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling PYTHON_RUFF and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_ARGUMENTS | RAKU_RAKU: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_COMMAND_REMOVE_ARGUMENTS | RAKU_RAKU: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_CONFIG_FILE | RAKU_RAKU: User custom config file name if different from default | {"default": "META6.json", "type": "string"} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_FILE_NAME | RAKU_RAKU: User custom config file name if different from default | {"default": "META6.json", "type": "string"} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_RULES_PATH | RAKU_RAKU: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | RAKU_RAKU_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RAKU_RAKU and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPORTERS_MARKDOWN_TYPE | Define simple if you do not to have external images in PR/MR comments | {"default": "advanced", "enum": ["simple", "advanced"], "type": "string"} |
megalinter-configuration.jsonschema.json | REPORT_OUTPUT_FOLDER | The location where the output reporting will be generated to | {"default": "report", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_CHECKOV_ARGUMENTS | REPOSITORY_CHECKOV: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_CHECKOV_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_CHECKOV: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_CHECKOV_CONFIG_FILE | REPOSITORY_CHECKOV: User custom config file name if different from default | {"default": ".checkov.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_CHECKOV_RULES_PATH | REPOSITORY_CHECKOV: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_CHECKOV_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_CHECKOV and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_DEVSKIM_ARGUMENTS | REPOSITORY_DEVSKIM: User custom arguments to add in linter CLI call | {"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.