You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The following validations MUST not be ignored except in specific circumstances:
418
+
* ``validate-modules:undocumented-parameter``: this MUST only be ignored in one of these two cases:
419
+
420
+
1. A dangerous module parameter has been deprecated or removed, and code is present to inform the user that they should not use this specific parameter anymore or that it stopped working intentionally.
421
+
2. Module parameters are only used to pass in data from an accompanying action plugin.
417
422
418
423
* All entries in ignores.txt MUST have a justification in a comment in the ignore.txt file for each entry. For example ``plugins/modules/docker_container.py use-argspec-type-path # uses colon-separated paths, can't use type=path``.
419
424
* Reviewers can block acceptance of a new collection if they don't agree with the ignores.txt entries.
0 commit comments