Skip to content

Commit

Permalink
pylintrc should not be hidden (bug 891093)
Browse files Browse the repository at this point in the history
Change-Id: Ifa7e22b31dd852eecfa3a546fdb8fa30ea96337f
  • Loading branch information
dolph committed Nov 18, 2011
1 parent fad970a commit 43a2d7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function run_pep8 {

function run_pylint {
echo "Running pylint ..."
PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable"
PYLINT_OPTIONS="--rcfile=pylintrc --output-format=parseable"
PYLINT_INCLUDE="keystone"
echo "Pylint messages count: "
pylint $PYLINT_OPTIONS $PYLINT_INCLUDE | grep 'keystone/' | wc -l
Expand Down

0 comments on commit 43a2d7f

Please sign in to comment.