Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
fe7696cc
Commit
fe7696cc
authored
5 years ago
by
Mahmood Ali
Browse files
Options
Download
Email Patches
Plain Diff
tests appear as github.com/hashicorp/nomad/api.test
parent
f118def8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GNUmakefile
+1
-1
GNUmakefile
with
1 addition
and
1 deletion
+1
-1
GNUmakefile
+
1
-
1
View file @
fe7696cc
...
...
@@ -196,7 +196,7 @@ check: ## Lint the source code
@if
(git
status
|
grep
-q
.pb.go);
then
echo
the
following
proto
files
are
out
of
sync;
git
status
|grep
.pb.go;
exit
1;
fi
@echo
"==> Check API package is isolated from rest"
@!
go
list
--test
-f
'{{ join .Deps "\n" }}'
./api
|
grep
github.com/hashicorp/nomad/
|
grep
-v
-e
/vendor/
-e
/nomad/api/
@!
go
list
--test
-f
'{{ join .Deps "\n" }}'
./api
|
grep
github.com/hashicorp/nomad/
|
grep
-v
-e
/vendor/
-e
/nomad/api/
-e
nomad/api.test
.PHONY
:
checkscripts
checkscripts
:
##
Lint shell scripts
...
...
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