mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Add ignore file for sanity test for 2.12
* Add ignore file to cover sanity test for the current devel version 2.12 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
ecd5ad53e0
commit
8b1b4df54f
2 changed files with 10 additions and 0 deletions
2
changelogs/fragments/sanity_test_ignore_file.yml
Normal file
2
changelogs/fragments/sanity_test_ignore_file.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
trivial:
|
||||||
|
- Add sanity test ignore file for ansible version 2.12
|
||||||
8
tests/sanity/ignore-2.12.txt
Normal file
8
tests/sanity/ignore-2.12.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
plugins/modules/synchronize.py pylint:blacklisted-name
|
||||||
|
plugins/modules/synchronize.py use-argspec-type-path
|
||||||
|
plugins/modules/synchronize.py validate-modules:doc-default-does-not-match-spec
|
||||||
|
plugins/modules/synchronize.py validate-modules:nonexistent-parameter-documented
|
||||||
|
plugins/modules/synchronize.py validate-modules:parameter-type-not-in-doc
|
||||||
|
plugins/modules/synchronize.py validate-modules:undocumented-parameter
|
||||||
|
tests/utils/shippable/check_matrix.py replace-urlopen
|
||||||
|
tests/utils/shippable/timing.py shebang
|
||||||
Loading…
Reference in a new issue