Adding new dunders to pylintrcs

Make __serializers__ known to pylint. Refs #28926 and #28906
This commit is contained in:
Mike Place 2015-11-18 11:39:23 -07:00
parent 246fa4160e
commit 7e540e2c35
2 changed files with 4 additions and 2 deletions

View File

@ -163,7 +163,8 @@ additional-builtins=__opts__,
__jid_event__,
__instance_id__,
__salt_system_encoding__,
__proxy__
__proxy__,
__serializers__
# List of strings which can identify a callback function by name. A callback
# name must start or end with one of those strings.

View File

@ -226,7 +226,8 @@ additional-builtins=__opts__,
__jid_event__,
__instance_id__,
__salt_system_encoding__,
__proxy__
__proxy__,
__serializers__
# List of strings which can identify a callback function by name. A callback