Conversation
First approach to implement a file cache. #158 Co-authored-by: Mike Dalessio <mike.dalessio@gmail.com>
f06c406 to
5db0880
Compare
|
@ChrisBr @flavorjones hi 👋 ! I was thinking of picking this work back up and trying to get something merged around this again. It would really help lower the time of our linting step locally! Were there any particular road blocks around getting this solution merged? I tried running it locally and it seemed to skip files on cache hits, so I suppose that's half the battle. Just wondering if ya'll remember hitting some insurmountable challenge trying to write this PR or other priorities took over. |
|
@zachfeldman no particular roadblocks just some work left todo
Feel free to pick this up and finish it. |
|
Got started today with a pruning commit that seems to work with my experiments: will continue and try to get the rest of the checklist! I think I'll also add a |
|
@ChrisBr @flavorjones opened up a PR with the requirements and a bit more along with specs: definitely appreciate any feedback on it! |
First approach to implement a file cache.
--with-cacheand `--autocorrect`` options together#158
Co-authored-by: Mike Dalessio mike.dalessio@gmail.com