Skip to content

Commit 53a1866

Browse files
dev: spell lychee config file for megalinter config
1 parent 8ae7324 commit 53a1866

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

.github/config/lychee.toml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
# ----------------------------------------
3+
# Base URL or website root directory to check relative URLs.
4+
base = "https://practical.li/"
5+
6+
# Only test links with the given schemes (e.g. https).
7+
# Omit to check links with any other scheme.
8+
# At the moment, we support http, https, file, and mailto.
9+
scheme = ["https"]
10+
11+
# ----------------------------------------
12+
# Exclusions
13+
14+
# Exclude URLs and mail addresses from checking (supports regex).
15+
# exclude = ['^https://www\.linkedin\.com', '^https://web\.archive\.org/web/']
16+
17+
# Exclude all private IPs from checking.
18+
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
19+
# `exclude_loopback` to true.
20+
exclude_all_private = false
21+
22+
# Check mail addresses
23+
include_mail = false
24+
# ----------------------------------------

.github/config/megalinter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ REPOSITORY_TRUFFLEHOG_DISABLE_ERRORS: true # Errors only as warnings
5252

5353
# SPELL_CSPELL_DISABLE_ERRORS: true
5454
SPELL_MISSPELL_DISABLE_ERRORS: true
55+
# SPELL_LYCHEE_CONFIG_FILE: ".github/config/lychee.toml"
5556
SPELL_LYCHEE_DISABLE_ERRORS: true # Errors are only warnings
5657

5758
# YAML_PRETTIER_FILTER_REGEX_EXCLUDE: (docs/)

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- dev: upload-artefact v4 & remove explicit token from megalinter
2222
- format: use shell for code blocks, add missing clojure language to code blocks
2323
- dev: megalinter local runner - validate all files
24+
- dev: spell lychee config file for megalinter config
2425

2526
## Added
2627
- button link to Clojure CLI releases changelog to view available versions

0 commit comments

Comments
 (0)