From 80866517c02f73c3cd583f352c374839c83d577a Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Wed, 19 Jan 2022 14:36:14 +0000 Subject: [PATCH] Linting oddity Running the find command ahead of the actual loop. Signed-off-by: Matthew B White --- ci/scripts/lint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/scripts/lint.sh b/ci/scripts/lint.sh index 5cdb8ab0..11db6498 100755 --- a/ci/scripts/lint.sh +++ b/ci/scripts/lint.sh @@ -9,6 +9,7 @@ function print() { } go install golang.org/x/tools/cmd/goimports@latest +#find . -name "*-go" -o -name "*-java" -o -name "*-javascript" -o -name "*-typescript" dirs=("$(find . -name "*-go" -o -name "*-java" -o -name "*-javascript" -o -name "*-typescript")") for dir in $dirs; do