-
Notifications
You must be signed in to change notification settings - Fork 8
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
[Post-RIIC++] Implement linter #47
Comments
if we could get formatting and linting upstream into Meson, I think that would be best :) |
I notice |
It's currently not usable/finished and was only in the release due to more important things (Vulnerability fixes). If it's finished, feel free to provide required stuff for pre-commit hooks |
There is now a linter in the main branch. It supports formatting with muon and just does the same as Current status:
Things I want:
|
The formatting options of meson format are now in muon, too thanks to the work of Annacrombie: muon-build/muon@58e3eaa |
This is now implemented. If somebody wants pre-commit hooks, patches are welcome |
mesonlsp
will stay the same. A tool calledmesonlint
will be introduced that can be used as a full-blown linter. Features.meson_lint?
, maybe avoid using the meson prefix too much) for passing analysis/formatting options (E.g. to disable/enable checks or to set the severity)The text was updated successfully, but these errors were encountered: