drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Apache License 2.0
326 stars 33 forks source link

fix temporary file re-use issue #215

Closed drahnr closed 3 years ago

drahnr commented 3 years ago

What does this PR accomplish?

When applying the bandaids, applying the fixes was limited to a single temporary file which seems to error out when open-closed very quickly in container envs. Adding a UUID suffix resolves this.

📜 Checklist