File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,11 @@ MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/config/markdown-link-check.js
4343MARKDOWN_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
4749SPELL_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/)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments