From 4a97fb80f393506830a1413ddd777ffc4e0170d0 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Fri, 24 May 2024 22:28:08 +0900 Subject: [PATCH] Delete the TODO comment about enabling `goconst` in the future from `.golangci.yml` --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 169150a57..3a8e66bc3 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,7 +15,6 @@ linters: - makezero - nakedret - copyloopvar - # - goconst # TODO: enable and fix issues fast: false linters-settings: