-
Notifications
You must be signed in to change notification settings - Fork 4
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
make lint #8
Comments
needed quite a lot of time to make lint happy because of this. |
I agree that the CI workflow is quite picky. I merged it recently from a PR and struggled with it, too. It has access to several OCaml releases, unlike the local installation. I am a bit torn whether to make the listing less struct. On the other hand, it is likely to help with submissions to Opam. |
I make lint would just do the same check, that will be ok for me.
Le 5 août 2023 05:55:59 GMT-10:00, Christian Lindig ***@***.***> a écrit :
…I agree that the CI workflow is quite picky. I merged it recently from a PR and struggled with it, too. It has access to several OCaml releases, unlike the local installation. I am a bit torn whether to make the listing less struct. On the other hand, it is likely to help with submissions to Opam.
--
Reply to this email directly or view it on GitHub:
#8 (comment)
You are receiving this because you authored the thread.
Message ID: ***@***.***>
|
I think 'dune build @fmt' is missing from 'make lint' (there is an indent target in the Makefile though) |
in fact, make lint + make format is ok. Maybe make test could depend upon lint and format ? |
make lint is not configured in the same way as lint in the worflow ?
on my machine, make lint reports no error while the workflow fails with the same code.
The text was updated successfully, but these errors were encountered: