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:
authorVladimir Shushlin <v.shushlin@gmail.com>2021-12-06 16:24:20 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2021-12-07 12:07:31 +0300
commit0ab62643e5b61daf82ecf5a2c1ed196796059514 (patch)
tree87c3aad7e854a40b86ca1c0578d20135965cddd4 /.golangci.yml
parentd228c13c76d11091f8514e40940dc7df1b633e5a (diff)
refactor: enable unparam in .golangci.yml
and fix offences
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 abb21b68..6c239d92 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -45,6 +45,7 @@ linters:
- structcheck
- typecheck
- unconvert
+ - unparam
- unused
- varcheck
- whitespace