samvera / samvera-circleci-orb

An orb with a set of tasks to centralize testing infrastructure for Samvera Core Components
Apache License 2.0
0 stars 3 forks source link

Speedup rubocop by running in parallel and with caching #46

Closed cjcolvar closed 3 years ago

cjcolvar commented 3 years ago

Completes #44 based upon https://github.com/samvera/hyrax/pull/4459

cjcolvar commented 3 years ago

Tested in hyrax: https://github.com/samvera/hyrax/pull/4587

tpendragon commented 3 years ago

What's ~/.cache @cjcolvar? What does storing that cache do for us?

cjcolvar commented 3 years ago

That's where rubocop stores it's cache by default so we need that for rubocop caching behavior to work. https://docs.rubocop.org/rubocop/usage/caching.html#cache-path