added alias validation

Signed-off-by: Jeyanthinath Muthuram <jeyanthinath10@gmail.com>
(cherry picked from commit 71d7908656)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Jeyanthinath Muthuram 2023-05-08 19:03:44 +05:30 committed by Sebastiaan van Stijn
parent e370f224ae
commit 4c6b8e737f
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -34,6 +34,8 @@ linters-settings:
# own errdefs package (or vice-versa).
- pkg: github.com/containerd/containerd/errdefs
alias: cerrdefs
- pkg: github.com/opencontainers/image-spec/specs-go/v1
alias: ocispec
govet:
check-shadowing: false