diff options
Diffstat (limited to '.tool/lint')
-rwxr-xr-x | .tool/lint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.tool/lint b/.tool/lint index 01f44311d..aa6891251 100755 --- a/.tool/lint +++ b/.tool/lint @@ -39,8 +39,8 @@ ${LINTER} \ --exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$'\ --exclude='duplicate of.*_test.go.*\(dupl\)$'\ --exclude='cmd\/client\/.*\.go.*\(dupl\)$'\ - --exclude='libpod\/.*_easyjson.go:.*'\ --exclude='vendor\/.*'\ --exclude='podman\/.*'\ --exclude='server\/seccomp\/.*\.go.*$'\ + --exclude='dependencies\/.*'\ ${PKGS[@]} |