File tree Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Expand file tree Collapse file tree 2 files changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,6 @@ defmodule Hemdal.Host.Local do
8
8
"""
9
9
use Hemdal.Host
10
10
11
- @ typedoc """
12
- Because of an error in Construct, we need to provide the type
13
- `t()` for each default value if that's a module or an atom different
14
- from `nil`, `true`, `false`:
15
-
16
- https://github.com/ExpressApp/construct/issues/38
17
-
18
- Remove this type when the issue is closed and the code is in use by
19
- this library.
20
- """
21
- @ type t ( ) :: module ( )
22
-
23
11
@ impl Hemdal.Host
24
12
@ doc """
25
13
Run locally a command. It's using `System.shell/2` for achieving that.
Original file line number Diff line number Diff line change @@ -11,18 +11,6 @@ defmodule Hemdal.Notifier.Slack do
11
11
require Logger
12
12
alias Hemdal.Notifier
13
13
14
- @ typedoc """
15
- Because of an error in Construct, we need to provide the type
16
- `t()` for each default value if that's a module or an atom different
17
- from `nil`, `true`, `false`:
18
-
19
- https://github.com/ExpressApp/construct/issues/38
20
-
21
- Remove this type when the issue is closed and the code is in use by
22
- this library.
23
- """
24
- @ type t ( ) :: module ( )
25
-
26
14
plug ( Tesla.Middleware.BaseUrl , "https://hooks.slack.com" )
27
15
plug ( Tesla.Middleware.JSON )
28
16
You can’t perform that action at this time.
0 commit comments