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-11-22 23:17:56 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-11-22 23:17:56 +0300
commit29313a48ca36e5bb003785fbcdee71a91cb6cd77 (patch)
treea091bf01a1a8f5e89f2205736df13af223807824 /.golangci.yml
parent51e351cd1ac6727f29acb13826b60b862541dfcb (diff)
test: add nolintlint 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 2b97de09..abb21b68 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -48,6 +48,7 @@ linters:
- unused
- varcheck
- whitespace
+ - nolintlint
fast: false
issues: