curved-manchester-66006
10/17/2023, 3:03 PMpants fmt fix lint check in CI and now that I"m looking at that more closely I think this was not the right thing to do.
• `fmt`: Formats code, returns zero when it does so.
• `fix`: fmt++, returns zero.
• `lint`: Checks code, returns non-zero on failurs.
so pants lint :: will fail in CI, but pants fmt fix lint :: will always -- unless something blows up -- pass for anything auto-fixable. Do I have that right?curved-television-6568
10/17/2023, 3:06 PMcurved-television-6568
10/17/2023, 3:07 PMlint and check along with test in CI…curved-manchester-66006
10/17/2023, 3:23 PMcurved-manchester-66006
10/17/2023, 3:42 PMbitter-ability-32190
10/17/2023, 4:00 PMfmt if you're running fix. fix runs formatters as well