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 e770875 commit 4c6790dCopy full SHA for 4c6790d
sphinx_matcher.json
@@ -23,6 +23,18 @@
23
"message": 3
24
}
25
]
26
+ },
27
+ {
28
+ "owner": "sphinx-problem-matcher-loose-no-severity",
29
+ "pattern": [
30
31
+ "_comment": "Looks for file names ending with .rst and line numbers but without severity",
32
+ "regexp": "^(.*\\.rst):(\\d+):(.*)$",
33
+ "file": 1,
34
+ "line": 2,
35
+ "message": 3
36
+ }
37
+ ]
38
39
-}
40
+}
0 commit comments