Jeff Martin

Results 6 comments of Jeff Martin

Working on a javascript and typescript implementation. For now they are essentially identical PRs.

I'm not a fan of vendoring in presumptuous defaults, so for the short term 3 seems like the best way to go. I could also extend the built in git...

@TobyRoseman is this expected to work within a virtual machine and has that been tested? Either using Apple-native virtualization or the pre-T2 chip approaches for virtualization (e.g. ESXi, KVM, etc)....

I would call the ability to invoke `golangci-lint` multiple times a suitable workaround for some use cases, but it does create a big problem when trying to integrate into common...

Not sure that these changes would fix #46203 I tested @bcoca's branch locally with this playbook: ```yml - hosts: localhost gather_facts: false tasks: - name: testing block looping block: -...

Ah I see what I was missing, this fix would only apply to `includes` not `block`. This works great: ```yml - hosts: localhost gather_facts: false tasks: - name: testing inlcude...