ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../scripts/pylint

6 lines
190 B
Bash
Executable File

#!/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" "$@"