diff --git a/dist/matchers-golangci-lint-action.json b/dist/matchers-golangci-lint-action.json new file mode 100644 index 0000000..112d8da --- /dev/null +++ b/dist/matchers-golangci-lint-action.json @@ -0,0 +1,17 @@ +{ + "problemMatcher": [ + { + "owner": "golangci-lint-action", + "pattern": [ + { + "regexp": "^\\s*(\\.{0,2}[\\/\\\\].+\\.go):(?:(\\d+):(\\d+):)? (.*)", + "severity": 1, + "file": 2, + "line": 3, + "column": 4, + "message": 5 + } + ] + } + ] +} \ No newline at end of file