Commit 6ffd7a8
authored
Detect role argument_specs files as a lintable kind (#2091)
Beginning with ansible version 2.11 role argument validation based on an
argument specification was introduced. This specification is defined in
the meta/argument_specs.yml file of a role.
This change enables the linter to detect this new format and for it to
be used in future rules.
Fixes: #1688
Relates: #1966
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>1 parent bce29ae commit 6ffd7a8
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
0 commit comments