commit: 5d9ba54c16b893fa7d50217c5f365273444c10b8
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 14 15:48:38 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Jan 14 15:48:38 2016 +0000
URL: https://gitweb.gentoo.org/proj/toolchain.git/commit/?id=5d9ba54c
scripts: add pylint helper
scripts/pylint | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/pylint b/scripts/pylint
new file mode 100755
index 0000000..dae1ba4
--- /dev/null
+++ b/scripts/pylint
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec pylint --rcfile "${0%/*}/.pylintrc" "$@"