ansible/test/sanity/code-smell/deprecated-config.json
Matt Martz 8765d2a8e8
code-smell test that can find deprecated config items (#46273)
* Start of code-smell test that can find deprecated config items

* Strip deprecated.version from config item

* Don't use os.walk, rely on explictly passed list of files

* Properly disable the test

* Add docs

* Make config an orphan
2018-11-13 09:29:39 -06:00

10 lines
142 B
JSON

{
"always": true,
"output": "path-message",
"extensions": [
".py"
],
"prefixes": [
"lib/ansible/"
]
}