update lint with new thorium builtins

This commit is contained in:
Thomas S Hatch 2016-02-02 17:51:28 -07:00
parent bb0f22f62d
commit aff4dca278
2 changed files with 6 additions and 2 deletions

View file

@ -164,7 +164,9 @@ additional-builtins=__opts__,
__instance_id__,
__salt_system_encoding__,
__proxy__,
__serializers__
__serializers__,
__reg__,
__events__
# 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

@ -227,7 +227,9 @@ additional-builtins=__opts__,
__instance_id__,
__salt_system_encoding__,
__proxy__,
__serializers__
__serializers__,
__reg__,
__events__
# List of strings which can identify a callback function by name. A callback