Search found 2 matches

by Tango
Mon Apr 23, 2018 1:56 am
Forum: General
Topic: Bludit Code Review
Replies: 5
Views: 3077

Re: Bludit Code Review

I hope it's obvious now, how valuable CODACY really is. It's main advantage is that it pinpoints the exact issue and offers suggestions on how to fix it. The analysis revealed a lot of issues regarding stability and security, so I think those should be the main concerns for the Bludit v2.4 release. ...
by Tango
Thu Mar 08, 2018 8:28 pm
Forum: General
Topic: Bludit Code Review
Replies: 5
Views: 3077

Bludit Code Review

Hello, I've noticed that the Bludit project, doesn't use any tools for code analysis. This is a bad thing, as sometimes bugs and vulnerabilities that are hard to spot, sneak in. Now here's CODACY , which is free to use for open source projects. It's an invaluable tool for checking the code quality, ...