Warnings only shown if an error exists #3864
Unanswered
handflucht
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unsure if this is a bug or I am doing something wrong.
In the .pre-commit-config.yaml I have the following:
Now i execute it on my code:
If i add to the the skip-list
-x var-naming[no-role-prefix]
, I would expect, that the warning is shown and the error disappears. Instead the following happens:Why I don't get any output regarding the wrongly formatted Jinja?
Beta Was this translation helpful? Give feedback.
All reactions