mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Support ignore_changes in code-smell tests.
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
{
|
||||
"always": true,
|
||||
"ignore_changes": true,
|
||||
"prefixes": [
|
||||
"lib/ansible/modules/",
|
||||
"lib/ansible/plugins/action/"
|
||||
],
|
||||
"extensions": [
|
||||
".py"
|
||||
],
|
||||
"output": "path-message"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user