Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
b0966890
Commit
b0966890
authored
Jul 12, 2017
by
Adrien Oliva
Browse files
Add shellcheck to the deps list
parent
22114a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b0966890
...
...
@@ -84,6 +84,7 @@ binary-check:
$(
call
checkbin,
"rustc"
,
"Install package 'rust'."
)
$(
call
checkbin,
"cargo"
,
"Install package 'cargo'."
)
$(
call
checkbin,
"ctags"
,
"Install package 'ctags'."
)
$(
call
checkbin,
"shellcheck"
,
"Install package 'shellcheck'."
)
@
echo
" OK"
prepare
:
binary-check
...
...
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