spiegel_podman/pkg/bindings/test
Paul Holzinger 5b4af0584d
replace golint with revive linter
golint, scopelint and interfacer are deprecated. golint is replaced by
revive. This linter is better because it will also check for our error
style: `error strings should not be capitalized or end with punctuation or a newline`

scopelint is replaced by exportloopref (already endabled)
interfacer has no replacement but I do not think this linter is
important.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-04-22 15:12:33 +02:00
..
fixture Add guard for BuildOptions.CommonBuildOpts 2021-09-30 14:30:06 -07:00
attach_test.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
auth_test.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
common_test.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
connection_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
containers_test.go fix a number of errcheck issues 2022-03-22 13:15:28 +01:00
create_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
exec_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
generator_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
images_test.go enable staticcheck linter 2022-04-22 12:51:29 +02:00
info_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifests_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
networks_test.go Add version guard to libpod API endpoints 2022-02-09 14:22:42 -07:00
pods_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
resource_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
secrets_test.go enable staticcheck linter 2022-04-22 12:51:29 +02:00
system_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
test_suite_test.go e2e tests: enable golint 2021-11-29 08:30:00 -07:00
volumes_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00