xf.li | bfc6e71 | 2025-02-07 01:54:34 -0800 | [diff] [blame^] | 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" "$@" |