Commit ddf80d05 authored by Jonathan Lange's avatar Jonathan Lange
Browse files

Actually run shell-lint on tools

parent f309c368
Showing with 2 additions and 1 deletion
+2 -1
......@@ -102,6 +102,7 @@ tests: $(SCOPE_BACKEND_BUILD_UPTODATE)
lint: $(SCOPE_BACKEND_BUILD_UPTODATE)
./tools/lint -ignorespelling "agre " -ignorespelling "AGRE " .
./tools/shell-lint tools
prog/static.go: $(SCOPE_BACKEND_BUILD_UPTODATE)
esc -o $@ -prefix client/build client/build
......
FROM golang:1.6.2
RUN apt-get update && \
apt-get install -y libpcap-dev python-requests time file && \
apt-get install -y libpcap-dev python-requests time file shellcheck && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN go clean -i net && \
go install -tags netgo std && \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment