Static code analysis is a valuable practice that contributes to software quality, security, and maintainability by identifying issues in your code base. It's a proactive approach to  improving code quality that can save time and resources in the long run. Salus provides this feature within its CI/CD pipeline for a project. The analyze stage in a pipeline is responsible for this analysis.

After analysis is done, It grades your code into any of these categories:

A- Excellent

B- Good

C- Fair

D- Poor

F- Very Poor

View Static Code Analysis Results