imaginAIry/.github/pylama_matcher.json
Bryce eaad0a15e4 ci: add automated testing/linting
- fix bugs
- disable some tests from running in CPU only mode since github actions can't handle it
2022-09-24 23:31:03 -07:00

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
}
]
}
]
}