diff options
Diffstat (limited to '.tool')
-rwxr-xr-x | .tool/lint | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tool/lint b/.tool/lint index 60ba3f32a..f7bf81c1d 100755 --- a/.tool/lint +++ b/.tool/lint @@ -41,6 +41,7 @@ ${LINTER} \ --exclude='duplicate of.*_test.go.*\(dupl\)$'\ --exclude='cmd\/client\/.*\.go.*\(dupl\)$'\ --exclude='libpod\/.*_easyjson.go:.*'\ + --exclude='.* other occurrence\(s\) of "(container|host|tmpfs|unknown)" found in: .*\(goconst\)$'\ --exclude='vendor\/.*'\ --exclude='podman\/.*'\ --exclude='server\/seccomp\/.*\.go.*$'\ |