mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
4be12ad3d0
The export statement is definitely not needed. The rest is obvious. > In hack/validate/vendor line 3: > export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" > ^-- SC2155: Declare and assign separately to avoid masking return values. > > > In hack/validate/vendor line 43: > if ls -d vendor/$f > /dev/null 2>&1; then > ^-- SC2086: Double quote to prevent globbing and word splitting. > > > In hack/validate/vendor line 44: > found=$(find vendor/$f -iregex '.*LICENSE.*' -or -iregex '.*COPYRIGHT.*' -or -iregex '.*COPYING.*' | wc -l) > ^-- SC2086: Double quote to prevent globbing and word splitting. > > > In hack/validate/vendor line 45: > if [ $found -eq 0 ]; then > ^-- SC2086: Double quote to prevent globbing and word splitting. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> |
||
---|---|---|
.. | ||
.swagger-yamllint | ||
.validate | ||
all | ||
changelog-date-descending | ||
changelog-well-formed | ||
dco | ||
default | ||
default-seccomp | ||
deprecate-integration-cli | ||
golangci-lint | ||
golangci-lint.yml | ||
pkg-imports | ||
swagger | ||
swagger-gen | ||
toml | ||
vendor |