mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 09:44:49 +02:00
Initial cleanup.
This commit is contained in:
parent
cfde9713bd
commit
1b9c46fbe5
15 changed files with 351 additions and 100 deletions
5
tests/sanity/ignore-2.10.txt
Normal file
5
tests/sanity/ignore-2.10.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
plugins/modules/command.py validate-modules:doc-missing-type
|
||||
plugins/modules/command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/command.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/facts.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/facts.py validate-modules:parameter-type-not-in-doc
|
5
tests/sanity/ignore-2.11.txt
Normal file
5
tests/sanity/ignore-2.11.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
plugins/modules/command.py validate-modules:doc-missing-type
|
||||
plugins/modules/command.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/command.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/facts.py validate-modules:parameter-list-no-elements
|
||||
plugins/modules/facts.py validate-modules:parameter-type-not-in-doc
|
3
tests/sanity/ignore-2.9.txt
Normal file
3
tests/sanity/ignore-2.9.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
plugins/modules/command.py validate-modules:doc-missing-type
|
||||
plugins/modules/command.py validate-modules:parameter-type-not-in-doc
|
||||
plugins/modules/facts.py validate-modules:parameter-type-not-in-doc
|
Loading…
Add table
Add a link
Reference in a new issue