Skip gofmt for staging/ directory
We should not try to format stuff that does not belong to the current repository Fixes #31875
This commit is contained in:
		| @@ -34,6 +34,7 @@ find_files() { | ||||
|         -o -wholename './_output' \ | ||||
|         -o -wholename './_gopath' \ | ||||
|         -o -wholename './release' \ | ||||
|         -o -wholename './staging' \ | ||||
|         -o -wholename './target' \ | ||||
|         -o -wholename '*/third_party/*' \ | ||||
|         -o -wholename '*/vendor/*' \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Davanum Srinivas
					Davanum Srinivas