Skip to content

Commit

Permalink
Escape pipe in md table
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Oct 24, 2020
1 parent 9dfb208 commit 8bbc51b
Show file tree
Hide file tree
Showing 63 changed files with 126 additions and 126 deletions.
4 changes: 2 additions & 2 deletions .automation/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,9 @@ def process_type(linters_by_type, type1, type_label, linters_tables_md):
]
linter_doc_md += [
f"| {linter.name}_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>"
f"Ex: `\\/(src|lib)\\/` | |",
f"Ex: `\\/(src\\|lib)\\/` | |",
f"| {linter.name}_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>"
f"Ex: `\\/(test|examples)\\/` | |"
f"Ex: `\\/(test\\|examples)\\/` | |"
]
if linter.config_file_name is not None:
linter_doc_md += [
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/ansible_ansible_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| ANSIBLE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| ANSIBLE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| ANSIBLE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| ANSIBLE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| ANSIBLE_FILE_NAME | ansible-lint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.ansible-lint.yml` |
| ANSIBLE_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| ANSIBLE_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/arm_arm_ttk.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| ARM_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| ARM_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| ARM_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| ARM_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| ARM_FILE_NAME | arm-ttk configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.arm-ttk.psd1` |
| ARM_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| ARM_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/bash_bash_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| 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 arror instead | false |
| BASH_EXEC_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| BASH_EXEC_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| BASH_EXEC_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| BASH_EXEC_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| BASH_EXEC_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/bash_shellcheck.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| BASH_SHELLCHECK_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| BASH_SHELLCHECK_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| BASH_SHELLCHECK_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/bash_shfmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| BASH_SHFMT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| BASH_SHFMT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| BASH_SHFMT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| BASH_SHFMT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| BASH_SHFMT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/c_cpplint.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| C_CPPLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| C_CPPLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| C_CPPLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| C_CPPLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| C_CPPLINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/clojure_clj_kondo.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CLOJURE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CLOJURE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CLOJURE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CLOJURE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CLOJURE_FILE_NAME | clj-kondo configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.clj-kondo/config.edn` |
| CLOJURE_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| CLOJURE_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/cloudformation_cfn_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CLOUDFORMATION_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CLOUDFORMATION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CLOUDFORMATION_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CLOUDFORMATION_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CLOUDFORMATION_FILE_NAME | cfn-lint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.cfnlintrc.yml` |
| CLOUDFORMATION_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| CLOUDFORMATION_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/coffee_coffeelint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| COFFEE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| COFFEE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| COFFEE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| COFFEE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| COFFEE_FILE_NAME | coffeelint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.coffee-lint.json` |
| COFFEE_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| COFFEE_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/copypaste_jscpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| COPYPASTE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| COPYPASTE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| COPYPASTE_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| COPYPASTE_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| COPYPASTE_FILE_NAME | jscpd configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.jscpd.json` |
| COPYPASTE_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| COPYPASTE_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/cpp_cpplint.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CPP_CPPLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CPP_CPPLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CPP_CPPLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CPP_CPPLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CPP_CPPLINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/csharp_dotnet_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CSHARP_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CSHARP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CSHARP_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CSHARP_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CSHARP_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/css_scss_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CSS_SCSS_LINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CSS_SCSS_LINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CSS_SCSS_LINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CSS_SCSS_LINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CSS_SCSS_LINT_FILE_NAME | scss-lint configuration file name</br>Use `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 Mega-Linter default rules |
| CSS_SCSS_LINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/css_stylelint.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| CSS_STYLELINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| CSS_STYLELINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| CSS_STYLELINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| CSS_STYLELINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| CSS_STYLELINT_FILE_NAME | stylelint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.stylelintrc.json` |
| CSS_STYLELINT_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| CSS_STYLELINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/dart_dartanalyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| DART_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| DART_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| DART_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| DART_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| DART_FILE_NAME | dartanalyzer configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `analysis_options.yml` |
| DART_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| DART_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/dockerfile_dockerfilelint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| DOCKERFILE_DOCKERFILELINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| DOCKERFILE_DOCKERFILELINT_FILE_NAME | dockerfilelint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.dockerfilelintrc` |
| DOCKERFILE_DOCKERFILELINT_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| DOCKERFILE_DOCKERFILELINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/dockerfile_hadolint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| DOCKERFILE_HADOLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| DOCKERFILE_HADOLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| DOCKERFILE_HADOLINT_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| DOCKERFILE_HADOLINT_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| DOCKERFILE_HADOLINT_FILE_NAME | hadolint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.hadolint.yml` |
| DOCKERFILE_HADOLINT_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| DOCKERFILE_HADOLINT_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/editorconfig_editorconfig_checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| EDITORCONFIG_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| EDITORCONFIG_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| EDITORCONFIG_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| EDITORCONFIG_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| EDITORCONFIG_FILE_NAME | editorconfig-checker configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.ecrc` |
| EDITORCONFIG_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| EDITORCONFIG_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/env_dotenv_linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| ENV_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| ENV_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| ENV_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| ENV_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| ENV_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |

## Behind the scenes
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/go_golangci_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| GO_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| GO_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| GO_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| GO_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| GO_FILE_NAME | golangci-lint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.golangci.yml` |
| GO_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| GO_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/graphql_graphql_schema_linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_FILE_NAME | graphql-schema-linter configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.graphql-schema-linterrc` |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| GRAPHQL_GRAPHQL_SCHEMA_LINTER_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/groovy_npm_groovy_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| GROOVY_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| GROOVY_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| GROOVY_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| GROOVY_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| GROOVY_FILE_NAME | npm-groovy-lint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.groovylintrc.json` |
| GROOVY_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| GROOVY_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/html_htmlhint.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| HTML_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| HTML_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| HTML_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| HTML_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| HTML_FILE_NAME | htmlhint configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `.htmlhintrc` |
| HTML_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| HTML_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
4 changes: 2 additions & 2 deletions docs/descriptors/java_checkstyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

| Variable | Description | Default value |
| ----------------- | -------------- | -------------- |
| JAVA_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src|lib)\/` | |
| JAVA_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test|examples)\/` | |
| JAVA_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `\/(src\|lib)\/` | |
| JAVA_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `\/(test\|examples)\/` | |
| JAVA_FILE_NAME | checkstyle configuration file name</br>Use `LINTER_DEFAULT` to let the linter find it | `sun_checks.xml` |
| JAVA_RULES_PATH | Path where to find linter configuration file | Workspace folder, then Mega-Linter default rules |
| JAVA_DISABLE_ERRORS | Run linter but disable crash if errors found | `false` |
Expand Down
Loading

0 comments on commit 8bbc51b

Please sign in to comment.