-
Notifications
You must be signed in to change notification settings - Fork 135
Closed
Labels
Description
We have a large codebase of 1,277 erb files. Running 12 linters on all of those files, it takes over 3 minutes. This is a bottleneck to our build system. Ideally, we could run these in parallel or with caching (so only changed files are inspected). This problem will only get worse as we enable more linters and add more erb files to our codebase.
Rubocop has a cache option explained here: https://github.com/rubocop-hq/rubocop/blob/master/manual/caching.md
We would love if such a feature existed for erblint. Thank you!
llekn, despo, edariedl and joshuapinterjoshuapinterjoshuapinter and sunny