ac1698099d
* Remove unnecessary sys.exit calls. * Add files filtering for code-smell tests. * Enhance test-constraints code-smell test. * Simplify compile sanity test. * Pass paths to importer on stdin. * Pass paths to yamllinter on stdin. * Add work-around for unicode path filtering. * Enhance configure-remoting-ps1 code-smell test. * Enhance integration-aliases code-smell test. * Enhance azure-requirements code-smell test. * Enhance no-illegal-filenames code-smell test.
11 lines
193 B
JSON
11 lines
193 B
JSON
{
|
|
"prefixes": [
|
|
"lib/ansible/modules/",
|
|
"lib/ansible/module_utils/",
|
|
"test/units/"
|
|
],
|
|
"files": [
|
|
"__init__.py"
|
|
],
|
|
"output": "path-message"
|
|
}
|