From 42a5bf1d9f7a2523fad328b50dffa2782c4bec66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=B6ller?= Date: Sat, 9 Feb 2019 12:25:05 +0100 Subject: [PATCH] golangci: enable lints excluded by default --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index d30a4900c..20353fd2e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,6 +20,9 @@ linters: disable-all: true issues: + # Enable some lints excluded by default + exclude-use-default: false + # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-per-linter: 0