diff --git a/ci/3.6.pylintrc b/ci/3.6.pylintrc index dba55831ba..9232bd5c68 100644 --- a/ci/3.6.pylintrc +++ b/ci/3.6.pylintrc @@ -37,5 +37,5 @@ disable=C, # (C) convention, for programming standard violation use-a-generator, # (R1729): *Use a generator instead '%s(%s)'* useless-object-inheritance, # (R0205): *Class %r inherits from object, can be safely removed from bases in python3* useless-return, # (R1711): *Useless return at end of function or method* -ignore=tests_e2e/GuestAgentDcrTestExtension +ignore=tests_e2e.GuestAgentDcrTestExtension