-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WPB-8712] use treefmt for everything #4000
Conversation
I think I want to readd some |
there's one tradeoff to adding hlint to this is that it will make the initial lint very slow (will take ~5 minutes) but after then the cache kicks in and only changed files are re-linted. |
make hlint-inplace-pr | ||
make hlint-check-pr # sometimes inplace has been observed not to do its job very well. | ||
make format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make format | |
make format | |
make formatc # (at some point in the past, this has caught ormolu screwing up with inplace) |
this might be fixed now with the --check-inplace
argument, but can we be certain?
but if you prefer, we can remove this and see if it happens again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
--check-idempotence
? i have removed formatc
, i think...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i was hoping that ormolu by now is idempotent or at least the idempotency check works reliably 👀
Co-authored-by: Matthias Fischmann <mf@zerobuzz.net>
https://wearezeta.atlassian.net/browse/WPB-8712
Checklist
changelog.d