We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e9a593 commit 7ff8d57Copy full SHA for 7ff8d57
.github/local-problem-matchers.json
@@ -0,0 +1,28 @@
1
+{
2
+ "problemMatcher": [
3
+ {
4
+ "owner": "local-generic-warning",
5
+ "severity": "warning",
6
+ "pattern": [
7
8
+ "regexp": "^(.*\\bWARNING:\\b.*)$",
9
+ "message": 1
10
+ }
11
+ ]
12
+ },
13
14
+ "owner": "local-tox-not_in_env_warning",
15
+ "severity": "error",
16
17
18
+ "regexp": "^.*WARNING: test command found but not installed.*$"
19
20
21
+ "regexp": "^(\\s+((cmd|env): |Maybe you forgot).*)$",
22
23
+ "loop": true
24
25
26
27
28
+}
0 commit comments