From 03539ca666036ec06bf77ace04fdd1d27ffbe5cc Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Tue, 23 Feb 2021 10:05:43 -0500 Subject: [PATCH] chore: remove old problem matcher --- .github/hooks/pre-commit | 2 +- .github/xo-problem-matcher.json | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 .github/xo-problem-matcher.json diff --git a/.github/hooks/pre-commit b/.github/hooks/pre-commit index 1783e71..24ce9ab 100755 --- a/.github/hooks/pre-commit +++ b/.github/hooks/pre-commit @@ -1,3 +1,3 @@ #!/bin/bash -npm run test \ No newline at end of file +npm run test diff --git a/.github/xo-problem-matcher.json b/.github/xo-problem-matcher.json deleted file mode 100644 index 9b07d7d..0000000 --- a/.github/xo-problem-matcher.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "problemMatcher": [ - { - "owner": "xo", - "pattern": [ - { - "regexp": "^\\s+(.*):(\\d+):(\\d+)$", - "file": 1 - }, - { - "regexp": "^\\s+✖\\s+(\\d+):(\\d+)\\s+(.*)\\s+(.*)$", - "line": 1, - "column": 2, - "message": 3, - "code": 4, - "loop": true - } - ] - } - ] -}