/
githubmirror
/
glibc
Обзор
Документация
Войти
/
githubmirror
/
glibc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
scripts/pylint
5 строк
190 B
Siddhesh Poyarekar
Implement benchmarking script in python
21 мар 2014, 16:02
21 мар 2014, 16:02
df26ea5
Код
Авторство
О чём код?
#!/bin/sh # Simple wrapper around the pylint program that uses the pylintrc file to # validate the source code in files passed on command line. exec pylint --rcfile "${0%/*}/pylintrc" "$@"