pylint_plugins: add forbidden import checker #463

Open
wants to merge 1 commit into
from

Projects

None yet

1 participant

@HonzaCholasta
Member

Add new pylint AST checker plugin which implements a check for imports
forbidden in IPA. Which imports are forbidden is configurable in pylintrc.

Provide default forbidden import configuration and disable the check for
existing forbidden imports in our code base.

Supersedes @MartinBasti's PR #462.

Jan Cholasta pylint_plugins: add forbidden import checker
Add new pylint AST checker plugin which implements a check for imports
forbidden in IPA. Which imports are forbidden is configurable in pylintrc.

Provide default forbidden import configuration and disable the check for
existing forbidden imports in our code base.
043e6b8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment