From 16697891bee5df4d9fdb440da3b9f38f2baceb3f Mon Sep 17 00:00:00 2001 From: Pion <59523206+pionbot@users.noreply.github.com> Date: Mon, 5 Oct 2020 01:00:11 +0000 Subject: [PATCH] Update CI configs to v0.4.8 Update lint scripts and CI configs. --- .golangci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 4213697..8e4185a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -5,6 +5,12 @@ linters-settings: locale: US exhaustive: default-signifies-exhaustive: true + gomodguard: + blocked: + modules: + - github.com/pkg/errors: + recommendations: + - errors linters: enable: