Skip to content

Commit 5e99dd9

Browse files
authored
fix: exclude dokuwiki.org url from linter check (#261)
1 parent eda0689 commit 5e99dd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
id: lychee
6262
uses: lycheeverse/lychee-action@79de8811d696d79a713d425d265c9870b929fbf2
6363
with:
64-
args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'"
64+
args: "--cookie-jar /tmp/lychee-cookies './content/**/*.md'"
6565
jobSummary: true

lychee.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude = ["github.com/coreruleset.*/SECURITY.md", "github.com/coreruleset.*/.github/.*", "github.com/coreruleset/coreruleset/blob/?$", "https://www.akamai.com/products/app-and-api-protector", "https://www.drupal.org"]
1+
exclude = ["github.com/coreruleset.*/SECURITY.md", "github.com/coreruleset.*/.github/.*", "github.com/coreruleset/coreruleset/blob/?$", "https://www.akamai.com/products/app-and-api-protector", "https://www.drupal.org", "https://www.dokuwiki.org"]
22
user_agent = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0"
33
no_progress = true
44
cache = true

0 commit comments

Comments
 (0)