We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8567b commit 75f0e48Copy full SHA for 75f0e48
scripts/gofmtcheck.sh
@@ -2,7 +2,7 @@
2
3
# Check gofmt
4
echo "==> Checking that code complies with gofmt requirements..."
5
-gofmt_files=$(gofmt -l `find . -name '*.go' | grep -v vendor`)
+gofmt_files=$(gofmt -l `find tencentcloud -name '*.go' | grep -v vendor`)
6
if [[ -n ${gofmt_files} ]]; then
7
echo 'gofmt needs running on the following files:'
8
echo "${gofmt_files}"
0 commit comments