aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-01-08 02:00:43 +0700
committerShulhan <ms@kilabit.info>2025-02-03 20:07:15 +0700
commit99c098efb66420356f51637751483a28239084c6 (patch)
treef6460dbe77f5e709b455d2d7862b264ed5edc7f4 /Makefile
parent219cbf1b1fe61a5bcc4cf5dd31d46a8a9ec4faf9 (diff)
downloadgorankusu-99c098efb66420356f51637751483a28239084c6.tar.xz
make: do not ignore errors from linters
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a1d7b9..8794c8f 100644
--- a/Makefile
+++ b/Makefile
@@ -16,9 +16,9 @@ init:
.PHONY: lint
lint: lint-www
- -go vet ./...
-fieldalignment ./...
-shadow ./...
+ go vet ./...
.PHONY: lint-www
lint-www: