Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-02-16 13:22:21 +0300
committerQuang-Minh Nguyen <qmnguyen@gitlab.com>2023-02-16 13:25:19 +0300
commitb6298f1530345a88971b6d042e148f9a97532c44 (patch)
treea68185c7e263beb2e3502df0e7acb372d88bc412
parent930f9711abd0690e877d6c823f0bba69a2b2481d (diff)
Enable gitaly-styles linterqmnguyen0711/enable-gitaly-style-linter
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
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.