🔧 Added support for building socketw with conan v2
This commit is contained in:
43
linter/recipe_linter.json
Normal file
43
linter/recipe_linter.json
Normal file
@ -0,0 +1,43 @@
|
||||
{
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "recipe_linter_fatals",
|
||||
"severity": "error",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(\\S+):(\\d+): \\[(F\\d+\\(\\S+\\)),\\s(.+?)?\\](.+)",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 5,
|
||||
"code": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "recipe_linter_errors",
|
||||
"severity": "error",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(\\S+):(\\d+): \\[(E\\d+\\(\\S+\\)),\\s(.+?)?\\](.+)",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 5,
|
||||
"code": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "recipe_linter_warnings",
|
||||
"severity": "warning",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "(\\S+):(\\d+): \\[(W\\d+\\(\\S+\\)),\\s(.+?)?\\](.+)",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"message": 5,
|
||||
"code": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user