Right now, we completely disable caching when you run with --fix and --diff, the reason being that the caching exists at a higher level (we save Diagnostics), and those commands rely on side-effects that happen during the creation of Diagnostics.
It's highly inefficient to avoid caching there!
Right now, we completely disable caching when you run with
--fixand--diff, the reason being that the caching exists at a higher level (we saveDiagnostics), and those commands rely on side-effects that happen during the creation ofDiagnostics.It's highly inefficient to avoid caching there!