SoftCreatR/JSONPath

View on GitHub
.github/php-syntax.json

Summary

Maintainability
Test Coverage
{
  "problemMatcher": [
    {
      "owner": "php -l",
      "pattern": [
        {
          "regexp": "^\\s*(PHP\\s+)?([a-zA-Z\\s]+):\\s+(.*)\\s+in\\s+(\\S+)\\s+on\\s+line\\s+(\\d+)$",
          "file": 4,
          "line": 5,
          "message": 3
        }
      ]
    }
  ]
}