package db tests #12
Annotations
10 errors and 1 warning
test (stable, ubuntu-latest):
pkg/db/db.go#L68
Error return value of `bucket.Delete` is not checked (errcheck)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L32
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L56
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L98
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L126
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L158
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L182
unexported-naming: the symbol DBLoc is local, its name should start with a lowercase letter (revive)
|
test (stable, ubuntu-latest):
pkg/db/db.go#L186
unhandled-error: Unhandled error in call to function os.Remove (revive)
|
test (stable, ubuntu-latest):
cmd/reset.go#L14
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
test (stable, ubuntu-latest):
cmd/ls.go#L19
unused-parameter: parameter 'args' seems to be unused, consider removing or renaming it as _ (revive)
|
test (stable, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/pman/pman. Supported file pattern: go.sum
|