2b6ac4561b
* Add support for enhanced code-smell tests: - Path selection handled by ansible-test. - Optional path filtering based on extension. - Optional path filtering based on prefixes. - Optional lint friendly output. * Enhance no-assert code-smell test. * Enhance no-tests-as-filters code-smell test.
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"extensions": [
|
|
".py"
|
|
],
|
|
"prefixes": [
|
|
"bin/",
|
|
"lib/ansible/"
|
|
],
|
|
"output": "path-line-column-message"
|
|
}
|