From d8f93f8f9e3d38b0f4f81fee4fcefea75d41766a Mon Sep 17 00:00:00 2001 From: developerdurp Date: Sat, 25 Nov 2023 06:38:20 -0600 Subject: [PATCH] update --- scripts/golang-lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/golang-lint.sh b/scripts/golang-lint.sh index 9562d22..35eb2c7 100644 --- a/scripts/golang-lint.sh +++ b/scripts/golang-lint.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash #%%MULTILINE_YAML_START #run linter -golangci-lint run ./... --timeout 5m0s \ No newline at end of file +golangci-lint run ./... --timeout 5m0s -D typecheck