Skip to content

Commit d703fcc

Browse files
committed
Lint: Ignore NIST publications in markdown-link-check
http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.202.pdf has repeatedly caused errors in CI due to not being available. This commit adds it to the ignore list. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 04d09cb commit d703fcc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/mlc_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
},
1616
{
1717
"pattern": "^https://github\\.com/pq-code-package/mlkem-native/compare/.*\\.\\.\\.v"
18+
},
19+
{
20+
"pattern": "^http://nvlpubs\\.nist\\.gov"
1821
}
1922
]
2023
}

0 commit comments

Comments
 (0)