mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Linting oddity
Running the find command ahead of the actual loop. Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
84c101fb8a
commit
80866517c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue