diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-14 10:48:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-14 10:48:38 -0500 |
commit | 5d9ba54c16b893fa7d50217c5f365273444c10b8 (patch) | |
tree | b2bc11cca76f903a63cefbb5b4c0b8e6242ca4ff | |
parent | scripts: update for py3 (diff) | |
download | toolchain-5d9ba54c16b893fa7d50217c5f365273444c10b8.tar.gz toolchain-5d9ba54c16b893fa7d50217c5f365273444c10b8.tar.bz2 toolchain-5d9ba54c16b893fa7d50217c5f365273444c10b8.zip |
scripts: add pylint helper
-rwxr-xr-x | scripts/pylint | 2 |
1 files changed, 2 insertions, 0 deletions
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" "$@" |