HTML.Scrubber.Default: Consistency
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 9 Feb 2019 13:39:27 +0000 (14:39 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sat, 9 Feb 2019 13:59:21 +0000 (14:59 +0100)
lib/pleroma/html.ex

index 291b0e612c032fa2755341efa6e81cf6424abce8..4dc6998b12e770170115392d19fc095ded160767 100644 (file)
@@ -125,6 +125,8 @@ defmodule Pleroma.HTML.Scrubber.Default do
 
   require HtmlSanitizeEx.Scrubber.Meta
   alias HtmlSanitizeEx.Scrubber.Meta
+  # credo:disable-for-previous-line
+  # No idea how to fix this oneā€¦
 
   @markup Application.get_env(:pleroma, :markup)
   @valid_schemes Pleroma.Config.get([:uri_schemes, :valid_schemes], [])