make lint: enable rowserrcheck

It turns out, after iterating over rows, we need to check for errors. It
also turns out that we did not do that at all.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2023-06-19 14:31:40 +02:00
parent f07aa1bfdc
commit 2efa7c3fa1
2 changed files with 54 additions and 2 deletions

View File

@ -12,8 +12,6 @@ run:
linters:
enable-all: true
disable:
# All these break for one reason or another
- rowserrcheck # FIXME (urgent): sqlite error checking
# too many reports but requires attention
- depguard
- revive