Shopify / erb-lint

Lint your ERB or HTML files
MIT License
592 stars 113 forks source link

Cache not working on 0.4.0? #318

Closed joshuapinter closed 10 months ago

joshuapinter commented 1 year ago

Hmmm, just upgraded from 0.3.1 to 0.4.0 and the caching doesn't seem to be working. Every time I run erblint it says:

Cache being created for the first time, skipping prune

I looked through the code changes since 0.3.1 and I can't see anything obvious that would break the caching functionality but maybe somebody more familiar to take a look.

Anybody else seeing this?

franklinhu commented 10 months ago

I'm also seeing this behavior in 0.4.0

joshuapinter commented 10 months ago

Glad I'm not the only one!

Looks like @ianfleeton found a solution and issued a PR. Just not merged yet.

joshuapinter commented 10 months ago

Just want to add, #325 by @ianfleeton fixes my issue. Let's get that merged in please.

joshuapinter commented 10 months ago

Fixed in #325.

joshuapinter commented 10 months ago

🙏 @ianfleeton