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
{{ message }}
This repository was archived by the owner on Dec 17, 2022. It is now read-only.
There are many things that would be interesting to validate when creating a release build.
Manifest file for missing directives (author, addon version, api version, etc) or incorrect information (typos, non-existing files, unused lua/xml files in the addon folder)
I would be against baking integration with proprietary/cloud solutions like the SonarQube into the tool. At most expose some information like paths and whatnot so you can make your own integration. I would rather use open source tools like mpeterv/luacheck and xmllint from libxml (which already has bindings for node in npm).
If I am not completely mistaken, SonarQube is free open source software and runs locally? You can check out their code here. I use the eclipse plugin myself which is really nice.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are many things that would be interesting to validate when creating a release build.
The text was updated successfully, but these errors were encountered: