Sign in
third-party-mirror
/
GRTEv5
/
ee502f3613c105af57d6cbc317eec7bab7b5cc6b
/
.
/
google3
/
third_party
/
grte
/
v5_src
/
glibc-2.27
/
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"
"$@"