1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-04-21 12:16:54 +02:00

Delete the TODO comment about enabling goconst in the future from .golangci.yml (#3596)

## Context:

https://github.com/jesseduffield/lazygit/pull/3592#issuecomment-2129535231
This commit is contained in:
Stefan Haller 2024-05-24 15:40:41 +02:00 committed by GitHub
commit b4aa68d0b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: