/
githubmirror
/
libfastjson
Обзор
Документация
Войти
/
githubmirror
/
libfastjson
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CI/check_codestyle.sh
8 строк
227 B
Rainer Gerhards
temporarily increase max line length to 130
16 дек 2017, 12:19
16 дек 2017, 12:19
b3af2fc
Код
Авторство
О чём код?
#!/bin/bash mkdir _tmp_stylecheck cd _tmp_stylecheck git clone https://github.com/rsyslog/codestyle cd codestyle gcc --std=c99 stylecheck.c -o stylecheck cd ../.. find *.[ch] | xargs _tmp_stylecheck/codestyle/stylecheck -l 130