logo

auto_linker

AutoLinker-shim, based on https://git.pleroma.social/pleroma/auto_linker
commit: 7f498f9ea905292c2961875f329323f5e59b9905
parent: c72cdb552dd144016c25a5ac932f42240148a353
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri,  1 Mar 2019 22:51:48 +0100

AutoLinker.Parser: is_ip?/1 buffer argument is unused

Diffstat:

Mlib/auto_linker/parser.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/auto_linker/parser.ex b/lib/auto_linker/parser.ex @@ -270,7 +270,7 @@ defmodule AutoLinker.Parser do end # Shimming - def is_ip?(buffer) do + def is_ip?(_buffer) do true end