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

Allow PHPCS to cache its report results #19

Merged
merged 1 commit into from
May 6, 2022
Merged

Allow PHPCS to cache its report results #19

merged 1 commit into from
May 6, 2022

Conversation

jaymcp
Copy link
Member

@jaymcp jaymcp commented May 5, 2022

Uses system temp directory if none specified, so there's no need to worry about .gitignore.
Although it has no impact on initial runs, it significantly improves the speed of subsequent runs.

Changelog

  • Allow PHPCS to cache its report results

Types of changes:

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • All checks pass when running `composer run all-checks.

Uses system temp directory if none specified,
so there's no need to worry about .gitignore.

Although it has no impact on initial runs,
it *significantly* improves the speed of
subsequent runs.
@jaymcp jaymcp requested a review from ampersarnie May 5, 2022 15:44
Copy link
Member

@ampersarnie ampersarnie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jaymcp jaymcp merged commit 5918dc8 into main May 6, 2022
@jaymcp jaymcp deleted the chore/cache branch May 6, 2022 14:06
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.

2 participants