Hi Halfer,
Static code analysis means it will display the result of code quality like
1.The total number of warnings in a job
2.A showing of the new and fixed warnings of a build
3.Trend Reports showing the number of warnings per build
4.Overview of the found warnings per module, package, category, or type
5.Detailed reports of the found warnings optionally filtered by severity (or new and fixed)
In Jenkins we have Static code analysis plug is there once we enable the option it will display complete code quality result same way is there any option in CircleCI?