Skip to content

Commit 711f8a8

Browse files
committed
check formatting of all Go sources
Previously, the check was made only on sources in selected folders, leaving a chance to merge incorrectly formatted sources from unchecked folders.
1 parent 6925e33 commit 711f8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-backend.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export GOFLAGS="-mod=vendor"
2121
COVER=${COVER:-"-cover"}
2222

2323
TESTABLE="pkg/auth pkg/proxy pkg/server pkg/helm/actions pkg/helm/handlers"
24-
FORMATTABLE="${TESTABLE} cmd/bridge pkg/version"
24+
FORMATTABLE="cmd pkg"
2525

2626
# user has not provided PKG override
2727
if [ -z "${PKG}" ]; then

0 commit comments

Comments
 (0)