Jonas Bushart 2024-10-01 23:06:20 +02:00
parent 4d1965c914
commit 11df97af8e
2 changed files with 9 additions and 1 deletions

View file

@ -5,7 +5,7 @@
"severity": "warning",
"pattern": [
{
"regexp": "^(Diff in (.+)) at line (\\d+):$",
"regexp": "^(Diff in (.+))(?: at line |:)(\\d+):$",
"message": 1,
"file": 2,
"line": 3