]> git.ipfire.org Git - thirdparty/glibc.git/blame - scripts/pylint
XFAIL libm-test.inc tests as needed for ibm128.
[thirdparty/glibc.git] / scripts / pylint
CommitLineData
df26ea53
SP
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
5exec pylint --rcfile "${0%/*}/pylintrc" "$@"