Support ignore_changes in code-smell tests.

This commit is contained in:
Matt Clay
2019-02-05 14:56:04 -08:00
parent b8a7e35b22
commit 06d83bae05
3 changed files with 32 additions and 15 deletions

View File

@@ -1,4 +1,11 @@
{
"always": true,
"ignore_changes": true,
"prefixes": [
"lib/ansible/modules/",
"lib/ansible/plugins/action/"
],
"extensions": [
".py"
],
"output": "path-message"
}