add godot linter

This commit is contained in:
2026-02-15 12:47:35 +00:00
parent b6b64781ed
commit 23285e6e50
3 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ run:
go: '1.24'
linters:
disable: [dupl, errcheck, goconst, godot]
disable: [dupl, errcheck, goconst]
enable:
# Default enabled linters
- errcheck # Check for unchecked errors