podman/libpod/lock
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
..
file standardize logrus messages to upper case 2021-09-22 15:29:34 -04:00
shm go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
file_lock_manager.go bump go module to version 4 2022-01-18 12:47:07 +01:00
in_memory_locks.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
lock.go When refreshing after a reboot, force lock allocation 2019-05-06 14:17:54 -04:00
shm_lock_manager_linux.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
shm_lock_manager_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00