webpack-contrib / stylelint-webpack-plugin

A Stylelint plugin for webpack
MIT License
426 stars 73 forks source link

perf: enable cache by default #327

Closed ricardogobbosouza closed 1 year ago

ricardogobbosouza commented 1 year ago

Resolve #326

This PR contains a:

Motivation / Use-Case

Enabling the cache by default the execution time decreases dastrically

Breaking Changes

No

Additional Info

The cache localtion is set to node_modules/.cache/.stylelintcache so no need to add it in .gitignore

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (859f5a5) 100.00% compared to head (d196016) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #327 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 7 7 Lines 256 256 Branches 50 50 ========================================= Hits 256 256 ``` | [Impacted Files](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/327?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib) | Coverage Δ | | |---|---|---| | [src/options.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/327?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL29wdGlvbnMuanM=) | `100.00% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.