Skip to content

Commit

Permalink
Update pylint rc to ignore tests_e2e/GuestAgentDcrTestExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
maddieford committed Jul 3, 2023
1 parent 549b8ef commit 56e0edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/3.6.pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56e0edb

Please sign in to comment.