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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-15 22:00:43 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-01-24 15:24:38 +0300
commitc27b7ef86e28c9e97c5c655a958bdb733aca01eb (patch)
treefae4419411c0220d704734d10df15ef6fa6c718c /.golangci.yml
parent88656e8f55e74ea5d7adf703e36dac23726a139b (diff)
build: enable errorlint linter
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 368ab567..33467c49 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -44,6 +44,7 @@ linters:
- bodyclose
- deadcode
- dogsled
+ - errorlint
- gci
- goconst
- gocyclo