We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829a3e8 commit 6802642Copy full SHA for 6802642
add_licenses.sh
@@ -23,7 +23,7 @@ then
23
echo "error addlicense must be installed with this command: go install github.com/google/addlicense@latest" && exit 1
24
else
25
echo 'addlicense -v -f license_header.txt **/*.go'
26
- addlicense -v -f license_header.txt $(find . -not -path '*/\.*' -not -path '*/vendor/*' -name '*.go')
+ addlicense -v -f license_header.txt $(find . -not -path '*/\.*' -not -path '*/vendor/*' -not -name 'zz_generated.*.go' -name '*.go')
27
fi
28
29
0 commit comments