mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Lint fix, add __master_opts__ to the bultins list
This commit is contained in:
parent
3689c0608e
commit
43a8423ea9
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,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__
|
||||
additional-builtins=__opts__,__salt__,__pillar__,__grains__,__context__,__ret__,__env__,__low__,__states__,__lowstate__,__running__,__active_provider_name__,__master_opts__
|
||||
|
||||
|
||||
[IMPORTS]
|
||||
|
|
Loading…
Add table
Reference in a new issue