Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: enable cache by default #327

Merged
merged 7 commits into from
Apr 10, 2023
Merged

perf: enable cache by default #327

merged 7 commits into from
Apr 10, 2023

Conversation

ricardogobbosouza
Copy link
Collaborator

@ricardogobbosouza ricardogobbosouza commented Mar 21, 2023

Resolve #326

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

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
Copy link

codecov bot commented Mar 22, 2023

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
@@            Coverage Diff            @@
##            master      #327   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          256       256           
  Branches        50        50           
=========================================
  Hits           256       256           
Impacted Files Coverage Δ
src/options.js 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@ricardogobbosouza ricardogobbosouza merged commit 2fe9ae7 into master Apr 10, 2023
25 of 40 checks passed
@ricardogobbosouza ricardogobbosouza deleted the perf-enable-cache branch April 10, 2023 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable cache by default
2 participants