Skip to content

Commit eb55870

Browse files
ci: spell lychee & repository trufflehog linters warn only
false positives generated by new lychee and trufflehog linters, errors set as warnings
1 parent 99af1da commit eb55870

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/config/megalinter.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/config/markdown-link-check.js
4545
MARKDOWN_REMARK_LINT_DISABLE_ERRORS: true
4646
# MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS: false
4747

48+
REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS: true # Errors only as warnings
49+
4850
# SPELL_CSPELL_DISABLE_ERRORS: true
4951
SPELL_MISSPELL_DISABLE_ERRORS: true
52+
SPELL_LYCHEE_DISABLE_ERRORS: true # Errors are only warnings
5053

5154
# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
5255
# YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: (docs/)

CHANGELOG.org

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
** Changed
55
- ci: exclude clojurescript from antq version check
66
- ~:project/create~ version 2023-08-01 of practicalli/project-templates
7+
- ci: spell lychee & repository trufflehog linters warn only (false positives)
78

89
* 2023-07-26
910
** Added

0 commit comments

Comments
 (0)