mirror of
https://github.com/boolean-maybe/tiki
synced 2026-04-21 13:37:20 +00:00
shut up linter
This commit is contained in:
parent
ae3634da1b
commit
14d46d4802
1 changed files with 4 additions and 0 deletions
|
|
@ -20,6 +20,10 @@ linters:
|
|||
errcheck:
|
||||
check-type-assertions: true
|
||||
|
||||
staticcheck:
|
||||
checks:
|
||||
- "-SA5011" # t.Fatal stops via runtime.Goexit; nil deref after guard is safe
|
||||
|
||||
govet:
|
||||
enable-all: true
|
||||
disable:
|
||||
|
|
|
|||
Loading…
Reference in a new issue