diff --git a/.golangci.yml b/.golangci.yml index ee5beb9a25..47cce57abc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -293,12 +293,6 @@ linters: linters: - gosec - # Suppress golint complaining about generated types in api/types/ - - text: "type name will be used as (container|volume)\\.(Container|Volume).* by other packages, and that stutters; consider calling this" - path: "api/types/(volume|container)/" - linters: - - revive - # FIXME: ignoring unused assigns to ctx for now; too many hits in libnetwork/xxx functions that setup traces - text: "assigned to ctx, but never used afterwards" linters: