Skip to content

Commit

Permalink
dev: lychee config url check rules & common megalinter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 4, 2024
1 parent 5563ceb commit 31741fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/config/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENABLE:

# CLOJURE_CLJ_KONDO_CONFIG_FILE: ".github/config/clj-kondo-ci-config.edn"
# CLOJURE_CLJ_KONDO_ARGUMENTS: "--lint deps.edn"
# CLOJURE_CLJ_KONDO_FILTER_REGEX_EXCLUDE: "dev|develop"
# CLOJURE_CLJ_KONDO_FILTER_REGEX_EXCLUDE: "resources"

# CREDENTIALS_SECRETLINT_DISABLE_ERRORS: true
Expand All @@ -53,8 +54,8 @@ REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS: true # Errors only as warnings

# SPELL_CSPELL_DISABLE_ERRORS: true
SPELL_MISSPELL_DISABLE_ERRORS: true
# SPELL_LYCHEE_CONFIG_FILE: ".github/config/lychee.toml"
SPELL_LYCHEE_DISABLE_ERRORS: true # Errors are only warnings
SPELL_LYCHEE_CONFIG_FILE: ".github/config/lychee.toml"
# SPELL_LYCHEE_DISABLE_ERRORS: true # Errors are only warnings

# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
# YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: (docs/)
Expand Down

0 comments on commit 31741fc

Please sign in to comment.