You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/.github/pylama_matcher.json

18 lines
332 B
JSON

{
"problemMatcher": [
{
"owner": "lint-error",
"severity": "error",
"pattern": [
{
"regexp": "^\\s*([^:]*):(\\d+):(\\d+): ([A-Z]{1,3}\\d\\d\\d) (.*)$",
"file": 1,
"line": 2,
"column": 3,
"code": 4,
"message": 5
}
]
}
]
}