Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add format input and a single-line problem matcher #40

Merged
merged 8 commits into from
Mar 31, 2021

Conversation

laughedelic
Copy link
Contributor

I added an alternative problem matcher for the gcc output format. Problem matchers work better with single line error messages because the regex matching is quite limited. In this case tty format doesn't show severity, so all messages are shown as errors which makes annotations quite noisy. Based on this I set the default format/matcher to the single line gcc which fixes the issue with severity.

@laughedelic laughedelic marked this pull request as ready for review March 31, 2021 17:29
Copy link
Owner

@ludeeus ludeeus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@ludeeus ludeeus merged commit 94e0aab into ludeeus:master Mar 31, 2021
@laughedelic laughedelic deleted the feat/multiple-problem-matchers branch March 31, 2021 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants