From 39c945a3a648564cd533019d4c73fc94e38275ac Mon Sep 17 00:00:00 2001 From: Derek Bekoe Date: Mon, 18 Dec 2017 15:00:02 -0800 Subject: [PATCH] Ignore knack and other azure.cli modules from pylint import errors (#23) --- pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylintrc b/pylintrc index 2c2627215c8..3e0ad5f95e4 100644 --- a/pylintrc +++ b/pylintrc @@ -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