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
Hi. Would like to use vala-lint in my project. It'd be much more comfortable to offer it from apt or flatpak than to have to download and compile it manually.
The text was updated successfully, but these errors were encountered:
It's available as a Docker container, so you should be able to do something like the following:
docker run --rm -it -v `pwd`:`pwd` -w `pwd` valalang/lint io.elementary.vala-lint
I haven't tested that command, so it may need some tweaking, but that should run vala-lint in the current working directory.
I agree that it would be convenient to have it packaged in other ways too though.
And it's io.elementary.vala-lint because it was originally an elementary project that has since been migrated into the vala GitHub organisation, and it's not been renamed yet.
ghost
changed the title
Get vala-lint from apt/flatpak/some other appstore
Publish to apt/flatpak or some other appstore
Apr 3, 2023
Hi. Would like to use
vala-lint
in my project. It'd be much more comfortable to offer it from apt or flatpak than to have to download and compile it manually.The text was updated successfully, but these errors were encountered: