lint fixes
This commit is contained in:
parent
3de0fee286
commit
0771c7a61a
|
|
@ -419,6 +419,7 @@ disable=raw-checker-failed,
|
|||
C0114, C0115, C0116, # docstrings
|
||||
C0103, # var naming
|
||||
R0205, # filter_plugins 'FilterModule'
|
||||
W0511, # todos
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
|
|
|||
|
|
@ -101,4 +101,3 @@ default_le_certbot_cert:
|
|||
# example2:
|
||||
# domains: ['example2.ansibleguy.net']
|
||||
# email: 'dummy@ansibleguy.net'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue