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

Use sys_get_temp_dir() as default cache dir #78

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

techi602
Copy link
Contributor

@techi602 techi602 commented Feb 2, 2024

Q A
Bug fix? no
New feature? no
BC breaks? no
Fixes issues
License MIT

Using root dir / as default cache dir is generally bad idea since the root dir is usually not writable.
Therefore using sys_get_temp_dir() is much more convenient way to set default writable dir instead of passing optional argument
vendor/bin/yaml-standards --path-to-cache-dir=/tmp/

Copy link

sonarcloud bot commented Feb 4, 2024

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

1 New issue
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sspooky13
Copy link
Owner

Thanks for your PR 👌

@sspooky13 sspooky13 merged commit ad5bf97 into sspooky13:master Feb 4, 2024
126 checks passed
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