Skip to content

Commit

Permalink
stbt lint: Don't refuse to work with pylint 1.x
Browse files Browse the repository at this point in the history
The problems described in 97eada3 were fixed in our earlier commit
b893f23.

The pylint problem described in 65a3838 has been fixed in pylint 1.0.1.
  • Loading branch information
drothlis committed Feb 16, 2014
1 parent 178b114 commit d2f5a7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stbt-lint
Expand Up @@ -24,8 +24,6 @@ case "$1" in
esac

which pylint &>/dev/null || die "Couldn't find 'pylint' executable"
pylint --version 2>&1 | grep -q 'pylint 0\.' ||
die "Not compatible with pylint >= 1.0" # See commits 97eada33, 65a38380

PYTHONPATH="$(dirname "$0"):$PYTHONPATH" \
pylint --load-plugins=stbt_pylint_plugin "$@"

0 comments on commit d2f5a7d

Please sign in to comment.