mirror of
https://github.com/containers/podman.git
synced 2025-09-10 06:22:21 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user