From cd33032d843a6589e3df46cd7e85261009e4ec79 Mon Sep 17 00:00:00 2001 From: Alexis Viscogliosi Date: Thu, 15 Sep 2022 12:02:40 +0200 Subject: [PATCH] fix: ci --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index ff9c34c..31268af 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,7 +15,6 @@ linters: - dupl # Tool for code clone detection - goconst # Finds repeated strings that could be replaced by a constant - gocyclo # Computes and checks the cyclomatic complexity of functions - - goimports - misspell # Finds commonly misspelled English words in comments - lll # Reports long lines - unparam # Reports unused function parameters