Skip to content

Commit

Permalink
Disable md checks for shields and reuse links (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel authored Apr 22, 2024
1 parent d6a1d4f commit 230a0a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .mlc.config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"ignorePatterns": [
{
"pattern": "^https://img.shields.io"
},
{
"pattern": "^https://api.reuse.software"
}
],
"replacementPatterns": [
{
"_comment": "a replacement rule for all the in-repository references",
Expand Down

0 comments on commit 230a0a6

Please sign in to comment.