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

GitHub does not annotate more than 10 Warnings/Errors #573

Open
MartinKowa opened this issue May 15, 2023 · 1 comment
Open

GitHub does not annotate more than 10 Warnings/Errors #573

MartinKowa opened this issue May 15, 2023 · 1 comment

Comments

@MartinKowa
Copy link

Hello!

Problem

We've encountered a weird behaviour where GitHub annotates not more than 10 Warnings and if there are, not more than 10 Errors, even though there are more.
So in combination not more than 20.

1. Yamllint in 2 seperate job-steps

I implemented a second linting step where it only lints a single file. It has more than 10 warnings if you go inside the step, but no more than 10 Annotations are seen. In our config file we've disabled errors for certain rules in the meantime.
Screenshot 2023-05-11 at 12 09 45
Screenshot 2023-05-11 at 12 09 32
The annotations stop at line 24 from the first picture, the 11th Annotation from the second picture is the first annotation from the other linting step (also not more than 10).

2. No more than 10 Errors and 10 Warnings in 1 job-step

Here, the config file from the first case is not present, so the errors are according to the default configuration.
Screenshot 2023-05-11 at 12 07 48
Screenshot 2023-05-11 at 12 07 21
This time, only one step is executed and as you can see: Only the first 10 errors and 10 warnings are displayed (After the first warning annotation from the second picture follow 9 more.)

We have another linting tool which is working fine.

Has somebody else a similar problem or can explain, what is happening?

@andrewimeson
Copy link
Contributor

@MartinKowa the images are giving a 404. Can you share a new screenshot of where you are only seeing the 10 errors, as well as the relevant sections of your GitHub Actions Workflow?

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

No branches or pull requests

2 participants