Underscore unused variable

This commit is contained in:
FloatingGhost 2022-12-09 20:04:48 +00:00
parent dcf58a3c53
commit bc265bfd54

View file

@ -66,7 +66,7 @@ def check_simple_policy_tuples do
new_config =
Config.get([:mrf_simple])
|> Enum.filter(fn {k, v} -> not is_atom(v) end)
|> Enum.filter(fn {_k, v} -> not is_atom(v) end)
|> Enum.map(fn {k, v} ->
{k,
Enum.map(v, fn