Adopt strict plugin entry module and otp_app conventions
Some checks failed
CI / Test (push) Failing after 35s

This commit is contained in:
2026-04-04 20:33:59 +02:00
parent 54d9bdd99c
commit ed0d4f9c0d
5 changed files with 30 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
defmodule Tribes.Plugins.MyPlugin.Plugin do
@moduledoc false
defdelegate register(context), to: MyPlugin.Plugin
end