Re: [PATCH 00/10] Bisectable Ansible-Lint Fixes - 2nd edition
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 05, 2025 at 12:51:04PM +0200, Daniel Gomez wrote: > 1st edition: > https://lore.kernel.org/kdevops/[email protected]/ > > Here are more Ansible lint fixes provided by a downstream script [1] > that automatically applies individual lint rules and commits them. I think we need consensus that we want to merge these sorts of changes in the future without having to spin wheels for a review. On my part I thinks its a requiremen to scale with genai. So moving forward at least on my part I'd be happy if we do that, no need to wait for a review or ack from me. But in case its not clear Reviewed-by: Luis Chamberlain <[email protected]> > As a side note, the script [2] may be ready to upstream. It combines > the scripts/fix_ansible_lint.py (manual fixes) from Luis including some > fixes found. The script also has support for an ansible-lint wrapper > (autofixer): > > ./scripts/ansible-lint-comprehensive-fixer.py \ > --fix-with-ansible-lint \ > --fix-with-custom-rules \ > --auto > > The branch contains notes of the fixes and features. We may want to > upstream the script at some point for CI purposes and avoid introducing > fixable lint issues in the future. Indeed. Let's just merge it? Luis