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:
authorJaime Martinez <jmartinez@gitlab.com>2020-05-25 04:55:06 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-01 03:39:03 +0300
commit01734cae272c4f898b233429aeba19892fa4857e (patch)
treee6153be8743403fbb5a35a77508363cf32d76a06 /.golangci.yml
parent9daf8dcc19c486c787d0fb4ebfa19e21ac492cd1 (diff)
Enable deadcode linter
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 2df44324..583466b8 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -31,8 +31,8 @@ linters:
enable:
# TODO: enable these linters on a separate MR https://gitlab.com/gitlab-org/gitlab-pages/-/issues/385#linters
# - bodyclose
-# - deadcode
-# - dogsled
+ - deadcode
+ - dogsled
- goconst
- gocyclo
- goimports