Skip to content

Commit 2cee468

Browse files
ci: spell lychee & repository trufflehog linters warn only
1 parent 6ecdad3 commit 2cee468

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/config/megalinter.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@ MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/config/markdown-link-check.js
4343
MARKDOWN_REMARK_LINT_DISABLE_ERRORS: true
4444
# MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS: false
4545

46+
REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS: true # Errors only as warnings
47+
4648
# SPELL_CSPELL_DISABLE_ERRORS: true
4749
SPELL_MISSPELL_DISABLE_ERRORS: true
50+
SPELL_LYCHEE_DISABLE_ERRORS: true # Errors are only warnings
4851

4952
# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
5053
# YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: (docs/)

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- ci: spell lychee & repository trufflehog linters warn only (false positives)
45

56
### Added
67
- building-api: add reitit overview and quick intro

0 commit comments

Comments
 (0)