tall-salesclerk-68028
07/23/2024, 5:34 PMpants lint :: . If pylint succeeds on 10 files and fails on 5, this information gets cached. If no files are modified, future executions of pants lint :: will ignore those 10 successful files. However, I have noticed that those same 5 files are linted again, even with no code changes. Presumably with no changes, pants should also know that those files will fail once again. Is this behavior intentional? Is it desirable for pants to re-lint those files even though they are guaranteed (perhaps this is where my logic is faulty) to fail? This discussion around a year ago suggests this is the intended behavior, but I am having trouble understanding why: https://pantsbuild.slack.com/archives/C0D7TNJHL/p1692236280350199broad-processor-92400
07/23/2024, 11:39 PM--keep-sandboxes=on_failure or similar works automatically
Maybe there's other thinking too.tall-salesclerk-68028
07/24/2024, 3:52 PM