From 0c7b5cf6a16b9e98a7d883dfebd674ef83d2ba68 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Fri, 26 Aug 2022 14:35:40 +1000 Subject: [PATCH] [Files Refactor] Fix lint github action error (#2853) * Use alternative config file to disable linters that cause out of mem error --- .golangci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index d0644f564..43f7324a0 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,8 +9,7 @@ linters: # Default set of linters from golangci-lint - errcheck - gosimple - # removed to fix timeout error - # - govet + - govet - ineffassign - staticcheck - typecheck