We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f05aa commit 69f11edCopy full SHA for 69f11ed
build/run_gometalinter.sh
@@ -4,12 +4,12 @@ set -e
4
5
cd $(dirname $0)/..
6
7
-dolint='gometalinter --exclude="rice-box.go" --deadline=300s'
+dolint='gometalinter --exclude="rice-box.go" --deadline=300s ./...'
8
9
if [ "$USE_DOCKER" != "" ]; then
10
docker run --rm -itv $(pwd):/src filebrowser/dev sh -c "\
11
cp -r /src/. ./ && dep ensure -v -vendor-only && \
12
CGO_ENABLED=0 $dolint"
13
else
14
$dolint
15
-fi
+fi
0 commit comments