We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb4319c + 855bbc0 commit f1032c6Copy full SHA for f1032c6
lib/style/pipes.ex
@@ -204,7 +204,7 @@ defmodule Styler.Style.Pipes do
204
# most of these values were lifted directly from credoa's pipe_chain_start.ex
205
@literal ~w(__block__ __aliases__ unquote)a
206
@value_constructors ~w(% %{} .. <<>> @ {} ^ & fn from)a
207
- @infix_ops ~w(++ -- && || in - * + / > < <= >= ==)a
+ @infix_ops ~w(++ -- && || in - * + / > < <= >= == and or != !== ===)a
208
@binary_ops ~w(<> <- ||| &&& <<< >>> <<~ ~>> <~ ~> <~> <|> ^^^ ~~~)a
209
@valid_starts @literal ++ @value_constructors ++ @infix_ops ++ @binary_ops
210
0 commit comments