Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Mar 30, 2024
1 parent ab2ab69 commit 977aa1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ exclude_link_local = true
# Remap URI matching pattern to different URI.
# remap = ["https://example.com http://example.invalid"]
remap = [
"https://copr-be.cloud.fedoraproject.org/results/thm https://copr-be.cloud.fedoraproject.org/results/thm/lxc",
"https://rpms.remirepo.net https://rpms.remirepo.net/%7B%",
"https://dl.fedoraproject.org/pub/epel https://dl.fedoraproject.org/pub/epel/epel-release-latest-"
"https://copr-be.cloud.fedoraproject.org/results/thm/lxc https://copr-be.cloud.fedoraproject.org/results/thm",
"https://rpms.remirepo.net/%7B% https://rpms.remirepo.net",
"https://dl.fedoraproject.org/pub/epel/epel-release-latest- https://dl.fedoraproject.org/pub/epel"
]
# Exclude URLs and mail addresses from checking (supports regex).
# exclude = ['^https://www\.linkedin\.com', '^https://web\.archive\.org/web/']
exclude = ['^http://localhost', '^http://your.zabbix.domain']
exclude = ['^http://localhost', '^http://your.zabbix.domain', 'http://127.0.0.1']

0 comments on commit 977aa1b

Please sign in to comment.