Remove Dialyzer-specific problem matcher (#182)

* fix: remove dialyzer problem matcher

* remove dialyzer problem matcher test

* remove dist problem matcher
This commit is contained in:
Blake Kostner
2023-03-29 07:43:12 -06:00
committed by GitHub
parent ffd9affe89
commit a255120a82
3 changed files with 0 additions and 51 deletions
-16
View File
@@ -57,22 +57,6 @@
"column": 3
}
]
},
{
"owner": "elixir-dialyzerOutputDefault",
"severity": "warning",
"pattern": [
{
"regexp": "^(.*):(\\d+):(.*)",
"file": 1,
"line": 2,
"code": 3
},
{
"regexp": "^(.*)$",
"message": 1
}
]
}
]
}