Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
b6d0ce062a9d9d4d18b8acff9a6c92cd4c3f4c85
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
scripts
/
pylint
blob: 49a775e52f643051410fd48ffddadf0194fbf76c [
file
] [
log
] [
blame
]
#!/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"
"$@"