From df26ea5359820f692565c44afb84ee3fd05e20d1 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Fri, 6 Dec 2013 13:51:09 +0530 Subject: Implement benchmarking script in python Implemented the benchmark script in python since it is much cleaner and simpler to maintain. --- scripts/pylint | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/pylint (limited to 'scripts/pylint') diff --git a/scripts/pylint b/scripts/pylint new file mode 100755 index 0000000000..49a775e52f --- /dev/null +++ b/scripts/pylint @@ -0,0 +1,5 @@ +#!/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" "$@" -- cgit v1.2.3