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: 68dd0f080e88983a1be250ed2e4c9f9d8cf144f2 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# Perform various static code analysis checks
#

. ${0%/*}/lib-travisci.sh

make coccicheck