update parser
This commit is contained in:
parent
80b9b85040
commit
10cf319731
1 changed files with 3 additions and 4 deletions
|
@ -43,10 +43,9 @@ defmodule AutoLinker.Parser do
|
|||
:auto_linker
|
||||
|> Application.get_env(:opts, [])
|
||||
|> Enum.into(%{})
|
||||
config =
|
||||
:auto_linker
|
||||
|> Application.get_env(:attributes, [])
|
||||
|> Enum.into(config)
|
||||
|> Map.put(:attributes,
|
||||
Application.get_env(:auto_linker, :attributes, [])
|
||||
)
|
||||
|
||||
opts =
|
||||
Enum.reduce @default_opts, opts, fn opt, acc ->
|
||||
|
|
Loading…
Reference in a new issue