From 86af083e656d1d05b786448525c4aa991b682c63 Mon Sep 17 00:00:00 2001 From: Practicalli Engineering Date: Wed, 6 Mar 2024 20:26:08 +0000 Subject: [PATCH] dev: spell lychee config file for megalinter config set as warnings spell lychee checks URLs to ensure they are responding --- .github/config/megalinter.yaml | 2 +- CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/config/megalinter.yaml b/.github/config/megalinter.yaml index ebe359f70..c96964000 100644 --- a/.github/config/megalinter.yaml +++ b/.github/config/megalinter.yaml @@ -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/) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0078f4b3c..a78afabd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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