Skip to content

Commit

Permalink
dev: spell lychee config file for megalinter config set as warnings
Browse files Browse the repository at this point in the history
spell lychee checks URLs to ensure they are responding
  • Loading branch information
practicalli-johnny committed Mar 6, 2024
1 parent 5ae5ecd commit 86af083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/config/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ 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_DISABLE_ERRORS: true # Errors are only warnings

# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
# YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: (docs/)
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
- dev: upload-artefact v4 & remove explicit token from megalinter
- format: use shell for code blocks, add missing clojure language to code blocks
- dev: megalinter local runner - validate all files
- dev: spell lychee config file for megalinter config
- dev: spell lychee config file for megalinter config set as warnings
- dev: extend lychee exclusion rules and base url
- dev: allow `a` and `img` html elements in markdown linter
- editor: update link to build emacs from source code
Expand Down

0 comments on commit 86af083

Please sign in to comment.