From 297ebab8c539f5841b94e02c090bd81e4ee08de4 Mon Sep 17 00:00:00 2001 From: Paul Meyer <49727155+katexochen@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:09:32 +0100 Subject: [PATCH] golangci: update testifylint settings Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com> --- .golangci.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d6a48be7f..fefcac852 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -8,18 +8,8 @@ output: linters-settings: testifylint: - enable: - - bool-compare - - compares - - empty - - error-is-as - - error-nil - - expected-actual - - float-compare - - len - - suite-dont-use-pkg - - suite-extra-assert-call - - suite-thelper + disable: + - require-error linters: enable: