Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Scope
Commits
ddf80d05
Commit
ddf80d05
authored
8 years ago
by
Jonathan Lange
Browse files
Options
Download
Email Patches
Plain Diff
Actually run shell-lint on tools
parent
f309c368
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-0
Makefile
backend/Dockerfile
+1
-1
backend/Dockerfile
with
2 additions
and
1 deletion
+2
-1
Makefile
+
1
-
0
View file @
ddf80d05
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
backend/Dockerfile
+
1
-
1
View file @
ddf80d05
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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment