This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
Replies: 1 comment
-
This will not be implemented and it was already asked several times on linter. To save your time: problems may often appear in untouched files, making this feature useless. You can use that changed-files strategy for linting things that depend 100% on the modified file and not other external factors. That is not the case for us. On the other hand, you might want to look at https://ansible-lint.readthedocs.io/en/latest/usage/?highlight=progressive#progressive-mode -- which might alienate your pain (gradual adoption) ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to add ansible-lint-action running on my environment, but I've a question.
Is it possible to run only in changed or new files?
Thanks in advance
gar0t0
Beta Was this translation helpful? Give feedback.
All reactions