Skip to content

Commit

Permalink
Merge pull request #299 from Andersson007/test_1
Browse files Browse the repository at this point in the history
Copy ignore-2.12.txt to ignore-2.13.txt
  • Loading branch information
Andersson007 authored Sep 30, 2021
2 parents a85b7bc + 489f2a9 commit faba635
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
plugins/modules/zos_data_set.py validate-modules:doc-choices-do-not-match-spec # We use our own argument parser for advanced conditional and dependent arguments.
plugins/modules/zos_data_set.py validate-modules:doc-default-does-not-match-spec # We use our own argument parser for advanced conditional and dependent arguments.
plugins/modules/zos_data_set.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_data_set.py validate-modules:doc-type-does-not-match-spec # Have to use raw here for backwards compatibility with old module args, but would confuse current users if exposed.
plugins/modules/zos_data_set.py validate-modules:undocumented-parameter # Keep aliases to match behavior of old module spec, but some aliases were functionally inaccurate, and detailing in docs would only confuse user.
plugins/modules/zos_job_submit.py validate-modules:undocumented-parameter # The undocumented parameter should be unknown to the user, as it is a temporary file generated by action plugin.
plugins/modules/zos_job_submit.py validate-modules:parameter-type-not-in-doc # The undocumented parameter should be unknown to the user, as it is a temporary file generated by action plugin.
plugins/modules/zos_job_submit.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_job_query.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_job_output.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_mount.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_fetch.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_ping.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_tso_command.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_operator_action_query.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_operator.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_encode.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_lineinfile.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_copy.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_copy.py validate-modules:parameter-type-not-in-doc # Passing args from action plugin
plugins/modules/zos_copy.py validate-modules:undocumented-parameter # Passing args from action plugin
plugins/modules/zos_copy.py validate-modules:doc-type-does-not-match-spec # doc type should be str, while spec type is path to allow user path expansion
plugins/modules/zos_copy.py validate-modules:doc-default-does-not-match-spec # Argument 'unsafe_writes' in argument_spec defines default as (False) but documentation defines default as (None), https://github.com/ansible/ansible/pull/67243
plugins/modules/zos_mvs_raw.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_blockinfile.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_find.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_fetch.py validate-modules:parameter-type-not-in-doc # Passing args from action plugin
plugins/modules/zos_fetch.py validate-modules:undocumented-parameter # Passing args from action plugin
plugins/modules/zos_backup_restore.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
plugins/modules/zos_backup_restore.py validate-modules:doc-choices-do-not-match-spec # We use our own argument parser for advanced conditional and dependent arguments.
plugins/modules/zos_apf.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
docs/source/modules/zos_apf.rst rstcheck!skip #Inline emphasis start-string without end-string
tests/dependencyfinder.py pylint:global-at-module-level # Ignore for test helper
tests/dependencyfinder.py shebang # This is not an ansible module but a test helper so this shebang limitation is not required.

0 comments on commit faba635

Please sign in to comment.