aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-01-08 01:17:23 +0700
committerShulhan <ms@kilabit.info>2025-01-08 01:23:17 +0700
commitfa9d5695cd1b10bf56dd55e10bb9515dd910c2fb (patch)
treefc451266727db2504faa9733a53990d74b15c3d9
parent0826f7b74d037f7b48ad392e72dbde07059c1bd4 (diff)
downloadgotp-fa9d5695cd1b10bf56dd55e10bb9515dd910c2fb.tar.xz
all: replace golangci-lint with go vet
Golangci-lint is too unreliable for working with gotip, use too much memory, and its become red herring and subjective instead of correctness.
-rw-r--r--Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index ee9b420..a9e95ae 100644
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,7 @@ test:
lint:
-fieldalignment ./...
-shadow ./...
- -golangci-lint run \
- --presets bugs,metalinter,performance,unused \
- --disable exhaustive \
- --disable musttag \
- --disable bodyclose \
- ./...
+ go vet ./...
build:
mkdir -p _sys/usr/bin/