euddraft
euddraft copied to clipboard
Warns for unused `onPluginStart`, `beforeTriggerExec`, `afterTriggerExec`
onPluginStart
, beforeTriggerExec
and afterTriggerExec
are specially treated only when they're written in [plugin]
file; they are usual functions in imported library. We'd want to notify user for unused onPluginStart
, beforeTriggerExec
and afterTriggerExec
.