Browse Source

Update Makefile

Volodymyr Tkach 2 years ago
parent
commit
f5032a69e7
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 --disable=structcheck
+	golangci-lint run
 
 tidy:
 	go mod tidy