Skip to content

Commit 4497564

Browse files
committed
chore(go-dev): use unuse replace deadcode
1 parent 0ce764e commit 4497564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • rootfs/usr/local/bin

rootfs/usr/local/bin/lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mandatory=$?
66
echo -e "\033[0;31mManadatory Linters: These must pass\033[0m"
77
golangci-lint --disable-all \
88
-E=misspell \
9-
-E=deadcode \
9+
-E=unused \
1010
-E=ineffassign \
1111
-E=gosimple \
1212
-E=vet \

0 commit comments

Comments
 (0)