зеркало из https://github.com/microsoft/git.git
9 строки
104 B
Bash
9 строки
104 B
Bash
|
#!/bin/sh
|
||
|
#
|
||
|
# Perform various static code analysis checks
|
||
|
#
|
||
|
|
||
|
. ${0%/*}/lib-travisci.sh
|
||
|
|
||
|
make coccicheck
|