From 6a25971366c2588c353f5bb4238e2abe5b985b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 2 Jul 2019 02:39:17 +0200 Subject: [PATCH] lint: Also allow camelcase for default signal handlers on_some_signal() is used less than vfunc_some_method(), but it can still be useful. --- lint/eslintrc-shell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint/eslintrc-shell.json b/lint/eslintrc-shell.json index b7bef50a..c7be5981 100644 --- a/lint/eslintrc-shell.json +++ b/lint/eslintrc-shell.json @@ -4,7 +4,7 @@ "error", { "properties": "never", - "allow": ["^vfunc_"] + "allow": ["^vfunc_", "^on_"] } ], "no-unused-vars": [