Skip to content

Commit e94814d

Browse files
committed
Fix toml file even more
1 parent 612bd4d commit e94814d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ package = "netlify-plugin-checklinks"
2929
# You can mark some check as skipped, which will block checklinks
3030
# from ever attempting to execute them.
3131
# skipPatterns is an array of strings you can match against failing reports
32-
skipPatterns = [at: _site/feed.xml]
32+
skipPatterns = ["at: _site/feed.xml"]
3333

3434
# You can mark some check as todo, which will execute the check, but allow failures.
3535
# todoPatterns is an array of strings you can match against failing reports

0 commit comments

Comments
 (0)