fix: add @spec to all public functions across 24 modules (CSM-019)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ defmodule BDS.Scripting.JobSupervisor do
|
||||
|
||||
use DynamicSupervisor
|
||||
|
||||
@spec start_link(term()) :: Supervisor.on_start()
|
||||
def start_link(_opts) do
|
||||
DynamicSupervisor.start_link(__MODULE__, :ok, name: __MODULE__)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user