mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add __instance_id__ to pylint checks as this has been added to
the active state runs for state run tracking
This commit is contained in:
parent
c5ac604b56
commit
074c408a51
2 changed files with 2 additions and 2 deletions
|
@ -194,7 +194,7 @@ dummy-variables-rgx=_|dummy
|
|||
|
||||
# List of additional names supposed to be defined in builtins. Remember that
|
||||
# you should avoid to define new builtins when possible.
|
||||
additional-builtins=__opts__,__salt__,__pillar__,__grains__,__context__,__ret__,__env__,__low__,__states__,__lowstate__,__running__,__active_provider_name__,__master_opts__
|
||||
additional-builtins=__opts__,__salt__,__pillar__,__grains__,__context__,__ret__,__env__,__low__,__states__,__lowstate__,__running__,__active_provider_name__,__master_opts__,__instance_id__
|
||||
|
||||
|
||||
[SIMILARITIES]
|
||||
|
|
|
@ -153,7 +153,7 @@ indent-string=' '
|
|||
|
||||
# List of additional names supposed to be defined in builtins. Remember that
|
||||
# you should avoid to define new builtins when possible.
|
||||
additional-builtins=__opts__,__salt__,__pillar__,__grains__,__context__,__ret__,__env__,__low__,__states__,__lowstate__,__running__,__active_provider_name__,__master_opts__
|
||||
additional-builtins=__opts__,__salt__,__pillar__,__grains__,__context__,__ret__,__env__,__low__,__states__,__lowstate__,__running__,__active_provider_name__,__master_opts__,__instance_id__
|
||||
|
||||
|
||||
[IMPORTS]
|
||||
|
|
Loading…
Add table
Reference in a new issue