mirror of
https://github.com/mitchell/shortnr.git
synced 2025-12-17 05:17:22 +00:00
Add HTTP wrap func and Text Encodable:
- Refactor HTTP send func - Impl. Text Encodable for URL - Error when url is not found
This commit is contained in:
parent
b699e661e2
commit
1502d10cdc
8 changed files with 84 additions and 41 deletions
|
|
@ -19,6 +19,7 @@ config :logger, :console,
|
|||
|
||||
config :credo,
|
||||
checks: [
|
||||
# Ignore these checks because they don't apply to the projects Elixir version
|
||||
{Credo.Check.Refactor.MapInto, false},
|
||||
{Credo.Check.Warning.LazyLogging, false}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue