mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Merge pull request #173 from saito-hideki/pr/add_sanity_test_ignore_file
Add ignore file for sanity test on devel version 2.12 Reviewed-by: https://github.com/apps/ansible-zuul
This commit is contained in:
commit
707523a763
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