From e5deed9f7aaf787ad1952cb92250923edbb6ea39 Mon Sep 17 00:00:00 2001 From: Ilya Chekalsky Date: Mon, 10 Feb 2020 23:05:36 +0100 Subject: [PATCH] fix problem matcher regexp (#3) for cases where there is no basepath in phpcs.xml --- action.yml | 2 +- problem-matcher.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 2b4f1a3..103bc9c 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'PHP CodeSniffer Check' +name: 'PHP_CodeSniffer Check' description: 'PHPCS checker with annotations out of the box' author: 'Ilya Chekalsky' inputs: diff --git a/problem-matcher.json b/problem-matcher.json index 1cd6a14..0913d96 100644 --- a/problem-matcher.json +++ b/problem-matcher.json @@ -5,7 +5,7 @@ "severity": "error", "pattern": [ { - "regexp": "^$", + "regexp": "^$", "file": 1 }, {