File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,11 @@ MARKDOWN_MARKDOWN_LINK_CHECK_CONFIG_FILE: ".github/config/markdown-link-check.js
45
45
MARKDOWN_REMARK_LINT_DISABLE_ERRORS : true
46
46
# MARKDOWN_MARKDOWN_TABLE_FORMATTER_DISABLE_ERRORS: false
47
47
48
+ REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS : true # Errors only as warnings
49
+
48
50
# SPELL_CSPELL_DISABLE_ERRORS: true
49
51
SPELL_MISSPELL_DISABLE_ERRORS : true
52
+ SPELL_LYCHEE_DISABLE_ERRORS : true # Errors are only warnings
50
53
51
54
# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)
52
55
# YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: (docs/)
Original file line number Diff line number Diff line change 4
4
** Changed
5
5
- ci: exclude clojurescript from antq version check
6
6
- ~:project/create~ version 2023-08-01 of practicalli/project-templates
7
+ - ci: spell lychee & repository trufflehog linters warn only (false positives)
7
8
8
9
* 2023-07-26
9
10
** Added
You can’t perform that action at this time.
0 commit comments