From 0de532a84c0a9965e73256a85b434f847c318ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sun, 18 Aug 2019 15:51:50 +0100 Subject: [PATCH] feat(ci): enable more Go linters --- .golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 4bcf65160..990efbf22 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,6 +11,11 @@ linters: - scopelint - maligned - goimports + - goconst + - misspell + - unparam + - nakedret + - prealloc linters-settings: govet: