Tidy up sanity checks ignore lines for source_control/* modules (#1893) (#1896)

* fixed validation-modules for plugins/modules/source_control/git*

* Tidy up sanity checks ignore lines for source_control/* modules

* removed unnecessary ignore lines from 2.9 and 2.11

(cherry picked from commit cf5e9bf44c)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2021-02-25 10:05:46 +01:00 committed by GitHub
parent 084879632a
commit 2f56fd7b2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 45 additions and 33 deletions

View file

@ -18,20 +18,24 @@ options:
description:
- Name of repository from which issue needs to be retrieved.
required: true
type: str
organization:
description:
- Name of the GitHub organization in which the repository is hosted.
required: true
type: str
issue:
description:
- Issue number for which information is required.
required: true
type: int
action:
description:
- Get various details about issue depending upon action specified.
default: 'get_status'
choices:
- 'get_status'
type: str
author:
- Abhijeet Kasurde (@Akasurde)
'''