my-neovim-pluginlist/.github/archive-repo-matcher.json
2023-10-20 13:17:15 +09:00

14 lines
210 B
JSON

{
"problemMatcher": [
{
"owner": "archive-checker",
"pattern": [
{
"regexp": "^(https:\\\/\\\/github.com\\\/.+\\\/.+)$",
"message": 1
}
]
}
]
}