mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Narrow gofmt targets
Disregard _output for gofmt'ing Signed-off-by: baude <bbaude@redhat.com> Closes: #77 Approved by: rhatdan
This commit is contained in:
@ -9,7 +9,8 @@ find_files() {
|
||||
\( \
|
||||
-wholename '*/vendor/*' \
|
||||
\) -prune \
|
||||
\) -name '*.go'
|
||||
\) -name '*.go' \
|
||||
-not \( -wholename './_output/*' \)
|
||||
}
|
||||
|
||||
GOFMT="gofmt -s"
|
||||
|
Reference in New Issue
Block a user