Skip to content

Commit

Permalink
Merge pull request #244 from howcanunot/pylint_plugins
Browse files Browse the repository at this point in the history
Fix custom checkers load
  • Loading branch information
yegor256 committed Mar 23, 2024
2 parents 72594cd + 5a2a7a7 commit 9732d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mypy --strict "${LOCAL}/"

flake8 --max-line-length=140 "${LOCAL}/"

PYTHONPATH="${PYTHONPATH}:${LOCAL}/pylint_plugins/"
export PYTHONPATH="${PYTHONPATH}:${LOCAL}/pylint_plugins/"

find "${LOCAL}" -type f -name '*.py' -print0 | xargs -0 -n1 pylint --enable-all-extensions --load-plugins=custom_checkers \
--disable=empty-comment \
Expand Down

0 comments on commit 9732d9f

Please sign in to comment.