mirror of https://github.com/ansible/ansible.git
Support `ignore_changes` in code-smell tests.
parent
b8a7e35b22
commit
06d83bae05
@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
"always": true,
|
"ignore_changes": true,
|
||||||
|
"prefixes": [
|
||||||
|
"lib/ansible/modules/",
|
||||||
|
"lib/ansible/plugins/action/"
|
||||||
|
],
|
||||||
|
"extensions": [
|
||||||
|
".py"
|
||||||
|
],
|
||||||
"output": "path-message"
|
"output": "path-message"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue