diff --git a/lib/style/pipes.ex b/lib/style/pipes.ex index b7fb5108..c867dc4b 100644 --- a/lib/style/pipes.ex +++ b/lib/style/pipes.ex @@ -204,7 +204,7 @@ defmodule Styler.Style.Pipes do # most of these values were lifted directly from credoa's pipe_chain_start.ex @literal ~w(__block__ __aliases__ unquote)a @value_constructors ~w(% %{} .. <<>> @ {} ^ & fn from)a - @infix_ops ~w(++ -- && || in - * + / > < <= >= ==)a + @infix_ops ~w(++ -- && || in - * + / > < <= >= == and or != !== ===)a @binary_ops ~w(<> <- ||| &&& <<< >>> <<~ ~>> <~ ~> <~> <|> ^^^ ~~~)a @valid_starts @literal ++ @value_constructors ++ @infix_ops ++ @binary_ops