Browse Source

Remove lint warning

WARN [linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649.
Volodymyr Tkach 2 years ago
parent
commit
bb558b9617
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -7,7 +7,7 @@ test:
 	go test ./...
 
 lint:
-	golangci-lint run
+	golangci-lint run --disable=structcheck
 
 tidy:
 	go mod tidy