summaryrefslogtreecommitdiffstats
path: root/.golangci.yml
diff options
context:
space:
mode:
authorkyu08 <49891479+kyu08@users.noreply.github.com>2024-05-24 22:28:08 +0900
committerkyu08 <49891479+kyu08@users.noreply.github.com>2024-05-24 22:29:44 +0900
commit4a97fb80f393506830a1413ddd777ffc4e0170d0 (patch)
treeb8901dd3def25bdb6a8078268a6ff2958067e927 /.golangci.yml
parent8f1a04d095eeb30df0e67c39c78f6822a816283b (diff)
Delete the TODO comment about enabling `goconst` in the future from `.golangci.yml`
Diffstat (limited to '.golangci.yml')
-rw-r--r--.golangci.yml1
1 files changed, 0 insertions, 1 deletions
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: