replace keep_fargs default to false (#4443)
This commit is contained in:
@@ -481,7 +481,7 @@ retain_fargs: {
|
||||
|
||||
drop_fargs: {
|
||||
options = {
|
||||
keep_fargs: "strict",
|
||||
keep_fargs: false,
|
||||
unused: true,
|
||||
}
|
||||
input: {
|
||||
|
||||
Reference in New Issue
Block a user