since we've addressed all warnings, we are ready to tighten the standards of this workflow, so that contributors are awared of the violation of include-what-you-use policy. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
21 lines
488 B
JSON
21 lines
488 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "clang-include-cleaner",
|
|
"severity": "error",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^([^\\-\\+].*)$",
|
|
"file": 1
|
|
},
|
|
{
|
|
"regexp": "^(-\\s+[^\\s]+)\\s+@Line:(\\d+)$",
|
|
"line": 2,
|
|
"message": 1,
|
|
"loop": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|