From 9d9b575fbf621cee58b907bd9e40d6f9aae48cf6 Mon Sep 17 00:00:00 2001 From: aymanbagabas <3187948+aymanbagabas@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:56:14 +0000 Subject: [PATCH] chore(ci): sync golangci-lint config --- .golangci-soft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci-soft.yml b/.golangci-soft.yml index 87837137..8bd7c5c9 100644 --- a/.golangci-soft.yml +++ b/.golangci-soft.yml @@ -36,5 +36,4 @@ linters: - govet - ineffassign - staticcheck - - typecheck - unused