* Github: basic check CI Run - trailing Whitespace - tab - string based QT connections - Cpplint - pylint - Black - clang-format - Codespell - clang-tidy - clazy (+QT6 Checks) - Report
16 lines
241 B
JSON
16 lines
241 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "black-warning",
|
|
"severity": "warning",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(would reformat (.*))$",
|
|
"file": 2,
|
|
"message": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|