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 459761c commit e9bb1b2Copy full SHA for e9bb1b2
test.sh
@@ -50,6 +50,7 @@ do
50
done
51
cat $COVPROFILES > coverprofile.txt
52
53
+echo "go vet $PACKAGES"
54
go vet $PACKAGES
55
if ! command -v fgt > /dev/null ; then
56
go get github.com/GeertJohan/fgt
@@ -61,6 +62,7 @@ fi
61
62
63
for package in $PACKAGES
64
do
65
+ echo "fgt golint ${package}"
66
fgt golint "${package}"
67
68
@@ -70,6 +72,7 @@ fi
70
72
71
73
74
75
+ echo "fgt staticcheck ${package}"
76
fgt staticcheck "${package}"
77
78
0 commit comments