aboutsummaryrefslogtreecommitdiff
path: root/all.bash
diff options
context:
space:
mode:
Diffstat (limited to 'all.bash')
-rwxr-xr-xall.bash6
1 files changed, 2 insertions, 4 deletions
diff --git a/all.bash b/all.bash
index a8d81c2c..de916ea8 100755
--- a/all.bash
+++ b/all.bash
@@ -140,10 +140,8 @@ check_bad_migrations() {
# check_unparam runs unparam on source files.
check_unparam() {
- echo "unparam disabled until ssa supports generics"
- # TODO: uncomment when working
- # ensure_go_binary mvdan.cc/unparam
- # runcmd unparam ./...
+ ensure_go_binary mvdan.cc/unparam
+ runcmd unparam ./...
}
# check_vet runs go vet on source files.