Skip to content

Commit

Permalink
CI pylint: Ignore azure. import errors also (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbekoe authored Nov 3, 2017
1 parent dc94a3b commit c20a5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ score=no
disable=missing-docstring,locally-disabled,fixme,cyclic-import,too-many-arguments,invalid-name,duplicate-code

[TYPECHECK]
# For Azure CLI extensions, we ignore import errors for azure.cli as they'll be available in the environment of the CLI
ignored-modules=azure.cli
# 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

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

0 comments on commit c20a5e4

Please sign in to comment.