Upgrade more code-smell tests. (#36560)

* Enhance no-dict-* code-smell tests.
* Enhance no-basestring code-smell test.
* Enhance no-get-exception code-smell test.
* Enhance empty-init code-smell test.
* Enhance required-and-default-attribute test.
* Remove unused code-smell test.
This commit is contained in:
Matt Clay
2018-02-21 20:09:13 -08:00
committed by GitHub
parent a4df4d33ac
commit 891f4f3b2d
23 changed files with 261 additions and 161 deletions

View File

@@ -0,0 +1,11 @@
{
"prefixes": [
"lib/ansible/modules/",
"lib/ansible/module_utils/",
"test/units/"
],
"extensions": [
".py"
],
"output": "path-message"
}