mirror of
https://github.com/containers/podman.git
synced 2025-05-17 06:59:07 +08:00
lint: disable testifylint
The new linter testifylint reports way to many issues, although they look like correct findings it is only a small expected vs actual swap which should not effect the tests other than a (maybe )confusing error message. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -16,6 +16,7 @@ linters:
|
||||
- depguard
|
||||
- tagalign
|
||||
# useful hints that should be addressed
|
||||
- testifylint # all of reports that should be fixed
|
||||
- nakedret
|
||||
- gosmopolitan # usage of time.Local in pkg/k8s.io
|
||||
- tagliatelle # too many JSON keys cannot be changed due to compat
|
||||
|
Reference in New Issue
Block a user