mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
Copy ignore-2.13.txt to ignore-2.14.txt
- Relates to ansible-collections/news-for-maintainers#13 Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
62d060a173
commit
373250a0ce
2 changed files with 11 additions and 0 deletions
3
changelogs/fragments/346_copy_ignore_txt_for_devel.yml
Normal file
3
changelogs/fragments/346_copy_ignore_txt_for_devel.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- CI tests - create ignore file for 2.14.0.dev0 (https://github.com/ansible-collections/ansible.posix/issues/345).
|
||||
8
tests/sanity/ignore-2.14.txt
Normal file
8
tests/sanity/ignore-2.14.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
plugins/modules/synchronize.py pylint:disallowed-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