15
2
mirror of https://github.com/H-uru/moul-assets.git synced 2025-07-20 04:09:14 +00:00
Files
moul-assets/.github/lint_matchers.json
2022-12-18 18:08:48 -05:00

15 lines
232 B
JSON

{
"problemMatcher": [
{
"owner": "lint",
"pattern": [
{
"regexp": "^'([^']+)'\\s+(eol mismatch\\s-\\s.+)$",
"file": 1,
"message": 2
}
]
}
]
}