Print fatal matches first under GitHub Actions #2504
Unanswered
KamilaBorowska
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when running GitHub Actions there is no particular ordering to displaying GitHub Action specific output, as can be seen here.
ansible-lint/src/ansiblelint/app.py
Lines 96 to 100 in e248b64
I think fatal matches should be printed first due to GitHub Actions' limit of 10 warnings and 10 errors (https://github.com/orgs/community/discussions/26680) - generally displaying things that actually impact the build is more useful than showing already known issues, considering anything beyond that cap won't be displayed by GitHub.
Doing this would make progressive mode more useful when using GitHub Actions.
Beta Was this translation helpful? Give feedback.
All reactions