Skip to content

Commit

Permalink
[hack] Make lint ignore containerd and hcsshim
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhp committed Sep 21, 2021
1 parent 23adc6b commit a0dcd6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/lint-gofmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ find_files() {
-o -wholename './.git' \
-o -wholename '*/vendor/*' \
-o -wholename './containernetworking-plugins' \
-o -wholename './containerd' \
-o -wholename './hcsshim' \
-o -wholename './kubelet' \
-o -wholename './kube-proxy' \
-o -wholename './ovn-kubernetes' \
Expand Down

0 comments on commit a0dcd6c

Please sign in to comment.