From c104e5c934237406a8a622ef01512ce7ecd96594 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Sun, 23 Aug 2020 05:47:32 -0500 Subject: [PATCH] golangci-lint | Disable default exclusions in cfg - refs GH-25 - refs atc0005/todo#29 --- .golangci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 1f54a45..3aba59a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,6 +5,15 @@ # Licensed under the MIT License. See LICENSE file in the project root for # full license information. +issues: + # equivalent CLI flag: --exclude-use-default + # + # see: + # atc0005/todo#29 + # golangci-lint/golangci-lint#1249 + # golangci-lint/golangci-lint#413 + exclude-use-default: false + linters: enable: - depguard