8

dotenv-linter configuration in MegaLinter - MegaLinter by OX Security

 1 year ago
source link: https://megalinter.io/latest/descriptors/env_dotenv_linter/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

Configuration in MegaLinter

Variable Description Default value
ENV_DOTENV_LINTER_ARGUMENTS User custom arguments to add in linter CLI call
Ex: -s --foo "bar"
ENV_DOTENV_LINTER_FILTER_REGEX_INCLUDE Custom regex including filter
Ex: (src\|lib)
Include every file
ENV_DOTENV_LINTER_FILTER_REGEX_EXCLUDE Custom regex excluding filter
Ex: (test\|examples)
Exclude no file
ENV_DOTENV_LINTER_CLI_LINT_MODE Override default CLI lint mode
- file: Calls the linter for each file
- project: Call the linter from the root of the project
file
ENV_DOTENV_LINTER_FILE_EXTENSIONS Allowed file extensions. "*" matches any extension, "" matches empty extension. Empty list excludes all files
Ex: [".py", ""]
[".env"]
ENV_DOTENV_LINTER_FILE_NAMES_REGEX File name regex filters. Regular expression list for filtering files by their base names using regex full match. Empty list includes all files
Ex: ["Dockerfile(-.+)?", "Jenkinsfile"]
Include every file
ENV_DOTENV_LINTER_PRE_COMMANDS List of bash commands to run before the linter None
ENV_DOTENV_LINTER_POST_COMMANDS List of bash commands to run after the linter None
ENV_DOTENV_LINTER_DISABLE_ERRORS Run linter but consider errors as warnings false
ENV_DOTENV_LINTER_DISABLE_ERRORS_IF_LESS_THAN Maximum number of errors allowed 0

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK