Welcome to mirror list, hosted at ThFree Co, Russian Federation.

run-static-analysis.sh « ci - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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