Merge pull request #28057 from aaronlehmann/lint-api
Run lint on most of api/types Upstream-commit: ab2593457991fa037346544b91d0bdb64963d5e2 Component: engine
This commit is contained in:
@ -4,7 +4,7 @@ export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
source "${SCRIPTDIR}/.validate"
|
||||
|
||||
IFS=$'\n'
|
||||
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^vendor/' | grep -v '^api/types/' || true) )
|
||||
files=( $(validate_diff --diff-filter=ACMR --name-only -- '*.go' | grep -v '^vendor/' | grep -v '^api/types/container/' || true) )
|
||||
unset IFS
|
||||
|
||||
errors=()
|
||||
|
||||
Reference in New Issue
Block a user