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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-31 10:08:38 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-08-31 10:10:55 +0300
commitdca2432cb194e0cd92477bc58ea7c0b4cda3fc4a (patch)
treedddd01aabaaf716561ce6673d6b9e07fa975fb5c /.golangci.yml
parent27c3563ac0210ed3a1b610b68ef45f2335ad02be (diff)
Makefile: Replace formatting checks with linting
Add the gofumpt linting rule to golangci. This allows us to replace our "check-formatting" Makefile target with a run of golangci-lint.
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 28b4fb2cc..d98c295a5 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -12,6 +12,7 @@ linters:
- errcheck
- exportloopref
- gci
+ - gofumpt
- goimports
- gosimple
- govet