From b6298f1530345a88971b6d042e148f9a97532c44 Mon Sep 17 00:00:00 2001 From: Quang-Minh Nguyen Date: Thu, 16 Feb 2023 17:22:21 +0700 Subject: Enable gitaly-styles linter --- .golangci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.golangci.yml b/.golangci.yml index 884a07a55..672961c4e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,7 @@ linters: - thelper - unconvert - unused + - gitaly-styles # These linters don't currently support Go 1.18+. Please refer to # https://github.com/golangci/golangci-lint/issues/2649 for further # information. -- cgit v1.2.3