repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux: consolidate ____longjmp_chk
[glibc.git]
/
scripts
/
pylint
blob
49a775e52f643051410fd48ffddadf0194fbf76c
1
#!/bin/sh
2
# Simple wrapper around the pylint program that uses the pylintrc file to
3
# validate the source code in files passed on command line.
4
5
exec
pylint
--rcfile
"
${0%/*}
/pylintrc"
"$@"