summaryrefslogtreecommitdiff
path: root/ci/run-static-analysis.sh
blob: fe4ee4e06b1e33d3ee1cd9022df06c960dd8d75b (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
#
# Perform various static code analysis checks
#
 
. ${0%/*}/lib-travisci.sh
 
make coccicheck
 
save_good_tree