-
Notifications
You must be signed in to change notification settings - Fork 3
Problem matchers
Quentin Ligier edited this page May 18, 2023
·
1 revision
Useful resources:
- GitHub specifications: https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md
- VSCode specifications: https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher
- Test your Regexp: https://regex101.com
- JS library to test problem matchers: https://github.com/mheap/problem-matcher
- GUI to test problem matchers: https://problem-matcher.netlify.app
- Getting started with problem matchers: https://michaelheap.com/getting-started-problem-matchers/