-
Notifications
You must be signed in to change notification settings - Fork 270
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
Check code quality in a continuous way #1059
Comments
Sounds interesting. Is it possible to enable/disable rules with the free version? All of the 677 security issues are all of this type: That is obviously a rule we would need to disable or at least have the opportunity define Code that doesn't synthesize well seems to generate several thousands warnings. Since this is a verification library, such rules need to be disabled as well. Once the false positives are removed it will be easier to spot the real issues |
Hi @LarsAsplund, Many thanks for your feedback!
All features are available in the free version for open-source projects.
I updated your quality profile (set of rules) accordingly : https://oss.linty-services.com/coding_rules?activation=true&q=allowed+librar&qprofile=b670cf0d-0348-42b6-9259-fed380d85bd7&open=vhdl%3AVHDL153
Rules can either apply to files that will be synthesized or simulation files or both.
You can privately provide me with an email address through https://linty-services.com/contact.html and I can create an account for you on our cloud platform. Then, you'll be able to update the set of rules according to your needs and run analyses. Have a good day |
@racodond Please create such an account and I can give it a try. You can use the email in my profile. |
Hi,
I analyzed the VHDL code from your VUnit project with Linty: https://oss.linty-services.com/dashboard?id=vunit&codeScope=overall
Do not get scared by the number of issues :-)
It's just to provide you with data to browse. I activated all the rules, some are mutually opposed, others are not properly configured with your requirements (such as naming conventions).
We offer Linty for free for open-source projects. I'd be glad to organize a call if you're interested in checking code quality in a continuous way through GitHub actions.
We also offer our VS Code extension for free: https://hdl-designer.linty-services.com/
I'm looking forward to hearing from you.
Thank you
Have a good day
David Racodon
CTO at Linty Services
The text was updated successfully, but these errors were encountered: