We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On some runs, freuqnetly enough, this completely erases the existing code, and replaces it with license text.
My guess is that there's perhaps a race condition somewhere in the code.
To replicate this, the following works for me -
find | xargs ~/go/bin/addlicense
I have about 15 files.
There's a good chance that this erases one of my files with just the license. If it didn't -
git reset --hard
And go to step 1 until you see this happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On some runs, freuqnetly enough, this completely erases the existing code, and replaces it with license text.
My guess is that there's perhaps a race condition somewhere in the code.
To replicate this, the following works for me -
I have about 15 files.
There's a good chance that this erases one of my files with just the license. If it didn't -
And go to step 1 until you see this happening.
The text was updated successfully, but these errors were encountered: