haml-lint-problem-matcher.json 292 B

1234567891011121314151617
  1. {
  2. "problemMatcher": [
  3. {
  4. "owner": "haml-lint",
  5. "severity": "warning",
  6. "pattern": [
  7. {
  8. "regexp": "^(.*):(\\d+)\\s\\[W]\\s(.*):\\s(.*)$",
  9. "file": 1,
  10. "line": 2,
  11. "code": 3,
  12. "message": 4
  13. }
  14. ]
  15. }
  16. ]
  17. }