Skip to content

Commit

Permalink
Ignore knack and other azure.cli modules from pylint import errors (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe committed Dec 18, 2017
1 parent c65857f commit 39c945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ disable=missing-docstring,locally-disabled,fixme,cyclic-import,too-many-argument

[TYPECHECK]
# For Azure CLI extensions, we ignore some import errors as they'll be available in the environment of the CLI
ignored-modules=azure,azure.cli
ignored-modules=azure,azure.cli,azure.cli.core,azure.cli.core.commands,knack

[FORMAT]
max-line-length=120
Expand Down

0 comments on commit 39c945a

Please sign in to comment.