schema
stringclasses 471
values | key
stringlengths 0
203
| description
stringlengths 0
4.37k
| object
stringlengths 2
322k
|
---|---|---|---|
megalinter-configuration.jsonschema.json | REPOSITORY_DEVSKIM_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_DEVSKIM: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_DEVSKIM_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_DEVSKIM and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_DUSTILOCK_ARGUMENTS | REPOSITORY_DUSTILOCK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_DUSTILOCK_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_DUSTILOCK: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_DUSTILOCK_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_DUSTILOCK and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GITLEAKS_ARGUMENTS | REPOSITORY_GITLEAKS: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GITLEAKS_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_GITLEAKS: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GITLEAKS_CONFIG_FILE | REPOSITORY_GITLEAKS: User custom config file name if different from default | {"default": ".gitleaks.toml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GITLEAKS_RULES_PATH | REPOSITORY_GITLEAKS: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GITLEAKS_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_GITLEAKS and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GIT_DIFF_ARGUMENTS | REPOSITORY_GIT_DIFF: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GIT_DIFF_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_GIT_DIFF: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GIT_DIFF_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_GIT_DIFF and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GOODCHECK_ARGUMENTS | REPOSITORY_GOODCHECK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GOODCHECK_CONFIG_FILE | REPOSITORY_GOODCHECK: User custom config file name if different from default | {"default": "goodcheck.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GOODCHECK_RULES_PATH | REPOSITORY_GOODCHECK: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GRYPE_ARGUMENTS | REPOSITORY_GRYPE: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GRYPE_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_GRYPE: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_GRYPE_CONFIG_FILE | REPOSITORY_GRYPE: User custom config file name if different from default | {"default": ".grype.yaml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GRYPE_RULES_PATH | REPOSITORY_GRYPE: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_GRYPE_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_GRYPE and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_KICS_ARGUMENTS | REPOSITORY_KICS: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_KICS_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_KICS: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_KICS_CONFIG_FILE | REPOSITORY_KICS: User custom config file name if different from default | {"default": "kics.config", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_KICS_RULES_PATH | REPOSITORY_KICS: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_KICS_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_KICS and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SECRETLINT_ARGUMENTS | REPOSITORY_SECRETLINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SECRETLINT_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_SECRETLINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SECRETLINT_CONFIG_FILE | REPOSITORY_SECRETLINT: User custom config file name if different from default | {"default": ".secretlintrc.json", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SECRETLINT_RULES_PATH | REPOSITORY_SECRETLINT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SECRETLINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_SECRETLINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SEMGREP_ARGUMENTS | REPOSITORY_SEMGREP: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SEMGREP_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_SEMGREP: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SEMGREP_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_SEMGREP and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SYFT_ARGUMENTS | REPOSITORY_SYFT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SYFT_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_SYFT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_SYFT_CONFIG_FILE | REPOSITORY_SYFT: User custom config file name if different from default | {"default": ".syft.yaml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SYFT_RULES_PATH | REPOSITORY_SYFT: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_SYFT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_SYFT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_ARGUMENTS | REPOSITORY_TRIVY: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_TRIVY: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_CONFIG_FILE | REPOSITORY_TRIVY: User custom config file name if different from default | {"default": "trivy.yaml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_RULES_PATH | REPOSITORY_TRIVY: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_SBOM_ARGUMENTS | REPOSITORY_TRIVY_SBOM: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_SBOM_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_TRIVY_SBOM: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_SBOM_CONFIG_FILE | REPOSITORY_TRIVY_SBOM: User custom config file name if different from default | {"default": "trivy-sbom.yaml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_SBOM_RULES_PATH | REPOSITORY_TRIVY_SBOM: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_SBOM_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_TRIVY_SBOM and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRIVY_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_TRIVY and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRUFFLEHOG_ARGUMENTS | REPOSITORY_TRUFFLEHOG: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRUFFLEHOG_COMMAND_REMOVE_ARGUMENTS | REPOSITORY_TRUFFLEHOG: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRUFFLEHOG_CONFIG_FILE | REPOSITORY_TRUFFLEHOG: User custom config file name if different from default | {"default": ".trufflehog.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRUFFLEHOG_RULES_PATH | REPOSITORY_TRUFFLEHOG: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | REPOSITORY_TRUFFLEHOG_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling REPOSITORY_TRUFFLEHOG and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_ARGUMENTS | RST_RSTCHECK: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_COMMAND_REMOVE_ARGUMENTS | RST_RSTCHECK: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_CONFIG_FILE | RST_RSTCHECK: User custom config file name if different from default | {"default": ".rstcheck.cfg", "type": "string"} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_FILE_NAME | RST_RSTCHECK: User custom config file name if different from default | {"default": ".rstcheck.cfg", "type": "string"} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_RULES_PATH | RST_RSTCHECK: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | RST_RSTCHECK_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RST_RSTCHECK and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RST_RSTFMT_ARGUMENTS | RST_RSTFMT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RSTFMT_COMMAND_REMOVE_ARGUMENTS | RST_RSTFMT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RSTFMT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RST_RSTFMT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RST_RST_LINT_ARGUMENTS | RST_RST_LINT: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RST_LINT_COMMAND_REMOVE_ARGUMENTS | RST_RST_LINT: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RST_RST_LINT_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RST_RST_LINT and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_ARGUMENTS | RUBY_RUBOCOP: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_COMMAND_REMOVE_ARGUMENTS | RUBY_RUBOCOP: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_CONFIG_FILE | RUBY_RUBOCOP: User custom config file name if different from default | {"default": ".ruby-lint.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_FILE_NAME | RUBY_RUBOCOP: User custom config file name if different from default | {"default": ".ruby-lint.yml", "type": "string"} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_RULES_PATH | RUBY_RUBOCOP: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | RUBY_RUBOCOP_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RUBY_RUBOCOP and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_ARGUMENTS | RUST_CLIPPY: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_COMMAND_REMOVE_ARGUMENTS | RUST_CLIPPY: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_CONFIG_FILE | RUST_CLIPPY: User custom config file name if different from default | {"default": ".clippy.toml", "type": "string"} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_FILE_NAME | RUST_CLIPPY: User custom config file name if different from default | {"default": ".clippy.toml", "type": "string"} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_RULES_PATH | RUST_CLIPPY: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | RUST_CLIPPY_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling RUST_CLIPPY and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | R_LINTR_ARGUMENTS | R_LINTR: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | R_LINTR_COMMAND_REMOVE_ARGUMENTS | R_LINTR: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | R_LINTR_CONFIG_FILE | R_LINTR: User custom config file name if different from default | {"default": ".lintr", "type": "string"} |
megalinter-configuration.jsonschema.json | R_LINTR_FILE_NAME | R_LINTR: User custom config file name if different from default | {"default": ".lintr", "type": "string"} |
megalinter-configuration.jsonschema.json | R_LINTR_RULES_PATH | R_LINTR: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | R_LINTR_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling R_LINTR and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_APEX_ARGUMENTS | SALESFORCE_SFDX_SCANNER_APEX: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_APEX_COMMAND_REMOVE_ARGUMENTS | SALESFORCE_SFDX_SCANNER_APEX: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_APEX_CONFIG_FILE | SALESFORCE_SFDX_SCANNER_APEX: User custom config file name if different from default | {"default": "apex-pmd-ruleset.xml", "type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_APEX_RULES_PATH | SALESFORCE_SFDX_SCANNER_APEX: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_APEX_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling SALESFORCE_SFDX_SCANNER_APEX and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_ARGUMENTS | SALESFORCE_SFDX_SCANNER: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_AURA_ARGUMENTS | SALESFORCE_SFDX_SCANNER_AURA: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_AURA_COMMAND_REMOVE_ARGUMENTS | SALESFORCE_SFDX_SCANNER_AURA: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_AURA_CONFIG_FILE | SALESFORCE_SFDX_SCANNER_AURA: User custom config file name if different from default | {"default": "--eslintconfig", "type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_AURA_RULES_PATH | SALESFORCE_SFDX_SCANNER_AURA: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_AURA_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling SALESFORCE_SFDX_SCANNER_AURA and its pre/post commands | {"default": [], "items": {"type": "string"}, "type": "array"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_LWC_ARGUMENTS | SALESFORCE_SFDX_SCANNER_LWC: User custom arguments to add in linter CLI call | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_LWC_COMMAND_REMOVE_ARGUMENTS | SALESFORCE_SFDX_SCANNER_LWC: User custom arguments to remove before calling linter | {"examples:": ["--foo", "bar"], "items": {"type": "string"}, "type": ["array", "string"]} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_LWC_CONFIG_FILE | SALESFORCE_SFDX_SCANNER_LWC: User custom config file name if different from default | {"default": "--eslintconfig", "type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_LWC_RULES_PATH | SALESFORCE_SFDX_SCANNER_LWC: Path where to find linter configuration file | {"type": "string"} |
megalinter-configuration.jsonschema.json | SALESFORCE_SFDX_SCANNER_LWC_UNSECURED_ENV_VARIABLES | List of env variables explicitly not filtered before calling SALESFORCE_SFDX_SCANNER_LWC 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.