mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update lint with new thorium builtins
This commit is contained in:
parent
b44db85b98
commit
c7575c992e
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue