6

scss-lint configuration in MegaLinter - MegaLinter by OX Security

 1 year ago
source link: https://megalinter.io/latest/descriptors/css_scss_lint/
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
CSS_SCSS_LINT_ARGUMENTS User custom arguments to add in linter CLI call
Ex: -s --foo "bar"
CSS_SCSS_LINT_FILTER_REGEX_INCLUDE Custom regex including filter
Ex: (src\|lib)
Include every file
CSS_SCSS_LINT_FILTER_REGEX_EXCLUDE Custom regex excluding filter
Ex: (test\|examples)
Exclude no file
CSS_SCSS_LINT_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
CSS_SCSS_LINT_FILE_EXTENSIONS Allowed file extensions. "*" matches any extension, "" matches empty extension. Empty list excludes all files
Ex: [".py", ""]
[".scss", ".saas"]
CSS_SCSS_LINT_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
CSS_SCSS_LINT_PRE_COMMANDS List of bash commands to run before the linter None
CSS_SCSS_LINT_POST_COMMANDS List of bash commands to run after the linter None
CSS_SCSS_LINT_CONFIG_FILE scss-lint configuration file nameUse LINTER_DEFAULT to let the linter find it .scss-lint.yml
CSS_SCSS_LINT_RULES_PATH Path where to find linter configuration file Workspace folder, then MegaLinter default rules
CSS_SCSS_LINT_DISABLE_ERRORS Run linter but consider errors as warnings false
CSS_SCSS_LINT_DISABLE_ERRORS_IF_LESS_THAN Maximum number of errors allowed 0

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK