Delete the TODO comment about enabling goconst in the future from .golangci.yml

This commit is contained in:
kyu08 2024-05-24 22:28:08 +09:00
parent 8f1a04d095
commit 4a97fb80f3

View file

@ -15,7 +15,6 @@ linters:
- makezero - makezero
- nakedret - nakedret
- copyloopvar - copyloopvar
# - goconst # TODO: enable and fix issues
fast: false fast: false
linters-settings: linters-settings: