lint: Also allow camelcase for default signal handlers
on_some_signal() is used less than vfunc_some_method(), but it can still be useful.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"error",
|
||||
{
|
||||
"properties": "never",
|
||||
"allow": ["^vfunc_"]
|
||||
"allow": ["^vfunc_", "^on_"]
|
||||
}
|
||||
],
|
||||
"no-unused-vars": [
|
||||
|
||||
Reference in New Issue
Block a user