Skip to content

Commit

Permalink
chore: fix link ignoring pattern (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhudaDad414 authored Oct 24, 2022
1 parent e1d9c7d commit b0c1670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://github.com/asyncapi/glee/blob/086c449/src"
"pattern": "^https://github.com/asyncapi/glee/blob/.*/src"
}
]
}

0 comments on commit b0c1670

Please sign in to comment.