mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
* 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
11 lines
142 B
JSON
11 lines
142 B
JSON
{
|
|
"always": true,
|
|
"output": "path-message",
|
|
"extensions": [
|
|
".py"
|
|
],
|
|
"prefixes": [
|
|
"lib/ansible/"
|
|
]
|
|
}
|