aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-26 15:06:10 +0200
committerGravatar GitHub <[email protected]>2020-11-26 15:06:10 +0200
commit14164d9a0d173388f5050d1a01b9c8bd28f4bdb7 (patch)
tree306516b96f216a93d8ee2fe49dbb25c33b2fd242 /.github
parentFormat flake8 output to show annotations (diff)
Delete flake8-matchers.json
Diffstat (limited to '.github')
-rw-r--r--.github/flake8-matchers.json32
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/flake8-matchers.json b/.github/flake8-matchers.json
deleted file mode 100644
index 7ef7c81..0000000
--- a/.github/flake8-matchers.json
+++ /dev/null
@@ -1,32 +0,0 @@
-{
- "problemMatcher": [
- {
- "owner": "flake8-error",
- "severity": "error",
- "pattern": [
- {
- "regexp": "^([^:]*):(\\d+):(\\d+): ([EF]\\d\\d\\d) (.*)$",
- "file": 1,
- "line": 2,
- "column": 3,
- "code": 4,
- "message": 5
- }
- ]
- },
- {
- "owner": "flake8-warning",
- "severity": "warning",
- "pattern": [
- {
- "regexp": "^([^:]*):(\\d+):(\\d+): ([W]\\d\\d\\d) (.*)$",
- "file": 1,
- "line": 2,
- "column": 3,
- "code": 4,
- "message": 5
- }
- ]
- }
- ]
-}