You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using custom prelude, fourmolu often has to guess operator's fixity. This is bad because it messes up code formatting. For example, $ will be infixl 9 operator instead of infixr 0.
This can be detected with -d flag and grepping for Provenance: Nothing and should be fatal to CI step.
The text was updated successfully, but these errors were encountered:
When using custom prelude, fourmolu often has to guess operator's fixity. This is bad because it messes up code formatting. For example,
$
will beinfixl 9
operator instead ofinfixr 0
.This can be detected with
-d
flag and grepping forProvenance: Nothing
and should be fatal to CI step.The text was updated successfully, but these errors were encountered: