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 05:10:00 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-06-01 03:39:03 +0300
commit35c937be058d70d1e4fd4dd49de329dc32936f73 (patch)
tree24c222bec9922fe97d71c251f3cb722c7e7cc367 /.golangci.yml
parent01734cae272c4f898b233429aeba19892fa4857e (diff)
Enable bodyclose linter
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 583466b8..4503d9d3 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -30,7 +30,7 @@ linters:
disable-all: true
enable:
# TODO: enable these linters on a separate MR https://gitlab.com/gitlab-org/gitlab-pages/-/issues/385#linters
-# - bodyclose
+ - bodyclose
- deadcode
- dogsled
- goconst