22# Configuration file for MegaLinter
33#
44# General configuration:
5- # https://oxsecurity.github. io/megalinter /configuration/
5+ # https://megalinter. io/latest /configuration/
66#
77# Specific Linters:
8- # https://oxsecurity.github.io/megalinter/latest/supported-linters/
8+ # https://megalinter.io/latest/supported-linters/
9+
10+ # ------------------------
11+ # Validate all files if true
12+ # or new / edited files if false
13+ VALIDATE_ALL_CODEBASE : false
914
1015# ------------------------
1116# Linters
@@ -29,6 +34,7 @@ ENABLE:
2934
3035# CLOJURE_CLJ_KONDO_CONFIG_FILE: ".github/config/clj-kondo-ci-config.edn"
3136# CLOJURE_CLJ_KONDO_ARGUMENTS: "--lint deps.edn"
37+ # CLOJURE_CLJ_KONDO_FILTER_REGEX_EXCLUDE: "dev|develop"
3238# CLOJURE_CLJ_KONDO_FILTER_REGEX_EXCLUDE: "resources"
3339
3440# CREDENTIALS_SECRETLINT_DISABLE_ERRORS: true
@@ -43,10 +49,12 @@ MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/config/markdown-link-check.js
4349MARKDOWN_REMARK_LINT_DISABLE_ERRORS : true
4450# MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS: false
4551
52+ REPOSITORY_GITLEAKS_CONFIG_FILE : " .github/config/gitleaks.toml"
4653REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS : true # Errors only as warnings
4754
4855# SPELL_CSPELL_DISABLE_ERRORS: true
4956SPELL_MISSPELL_DISABLE_ERRORS : true
57+ SPELL_LYCHEE_CONFIG_FILE : " .github/config/lychee.toml"
5058SPELL_LYCHEE_DISABLE_ERRORS : true # Errors are only warnings
5159
5260# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
0 commit comments