From 1c9e1102ff23d1e2ee7053cf062dc083e92c06e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaque=20V=C3=A9ras?= Date: Sun, 12 Mar 2023 18:20:15 -0300 Subject: [PATCH] feat: add command staticcheck in Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 9e8b34f..eed2e66 100644 --- a/Makefile +++ b/Makefile @@ -43,3 +43,6 @@ lint: swag: swag init -g main.go --output docs + +check: + staticcheck ./...