Skip to content
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

Open
craff opened this issue Aug 5, 2023 · 5 comments
Open

make lint #8

craff opened this issue Aug 5, 2023 · 5 comments

Comments

@craff
Copy link
Contributor

craff commented Aug 5, 2023

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.

@craff
Copy link
Contributor Author

craff commented Aug 5, 2023

needed quite a lot of time to make lint happy because of this.

@lindig
Copy link
Owner

lindig commented Aug 5, 2023

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.

@craff
Copy link
Contributor Author

craff commented Aug 5, 2023 via email

@edwintorok
Copy link
Collaborator

I think 'dune build @fmt' is missing from 'make lint' (there is an indent target in the Makefile though)

@craff
Copy link
Contributor Author

craff commented Aug 5, 2023

in fact, make lint + make format is ok. Maybe make test could depend upon lint and format ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants