projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'jk/unavailable-can-be-missing'
[git]
/
ci
/
run-static-analysis.sh
1
#!/bin/sh
2
#
3
# Perform various static code analysis checks
4
#
5
6
. ${0%/*}/lib-travisci.sh
7
8
make coccicheck
9
10
save_good_tree