diff options
author | 2020-11-26 15:06:10 +0200 | |
---|---|---|
committer | 2020-11-26 15:06:10 +0200 | |
commit | 14164d9a0d173388f5050d1a01b9c8bd28f4bdb7 (patch) | |
tree | 306516b96f216a93d8ee2fe49dbb25c33b2fd242 /.github | |
parent | Format flake8 output to show annotations (diff) |
Delete flake8-matchers.json
Diffstat (limited to '.github')
-rw-r--r-- | .github/flake8-matchers.json | 32 |
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 - } - ] - } - ] -} |