Skip to content

Commit ff8d443

Browse files
committed
Lint + Audit
1 parent 6002dba commit ff8d443

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lib/behaviours/tentacat_behaviour.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
defmodule ElixirScript.Behaviours.TentacatBehaviour.ClientBehaviour do
2+
@moduledoc """
3+
Abstract behaviour of Tentacat
4+
"""
25
@callback new() :: Tentacat.Client.t()
36
@callback new(%{access_token: binary()}) :: Tentacat.Client.t()
47
end

lib/script_runner.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
defmodule ElixirScript.ScriptRunnerBehaviour do
2+
@moduledoc """
3+
Abstract behaviour of ScriptRunner.
4+
"""
25
@callback run(script :: String.t(), opts :: Keyword.t()) :: any()
36
end
47

0 commit comments

Comments
 (0)