lxd
lxd copied to clipboard
Static analysis: Reintroduce `--whole-files` flag.
golangci-lint was using --whole-files to enforce that we fix lint errors in any files that are touched by a commit. This was removed due to time pressure but should be re-added.
See #12861.