I think once a week I see this error (callback style mixed with async):
app.register(async function plugin (app, opts, next) {
next()
})
I propose to trigger an error when a plugin function has 3 parameters and is an async function.
WDYT? Minor or v5?