Skip to content

Commit

Permalink
[CI] diable import check for azure_devtools in pylint (Azure#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmyyrroonn authored and Jianhui Harold committed Jan 9, 2020
1 parent 6772c2e commit 680251d
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 @@ -28,7 +28,7 @@ disable=missing-docstring,

[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,azure.cli.core,azure.cli.core.commands,knack,msrestazure,argcomplete
ignored-modules=azure,azure.cli,azure.cli.core,azure.cli.core.commands,knack,msrestazure,argcomplete,azure_devtools

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

0 comments on commit 680251d

Please sign in to comment.