I noticed while fixing some warning, that all warnings are printed twice. Not sure where this is coming from since
|
return subprocess.run([buildifier_bin, "--lint=fix"] + extra + args.file).returncode |
is only a single call. I'll try to reproduce this in this repo with a test.