Salesforce Code Analyzer integration
Allow DevOps Center to integrate with static code analysis tools, linters, etc, such that these checks can be run as part of the lifecycle management process
Waiting for support for SonarQube integration which is becoming popular in enterprises.
+1 It'd be great if static code analysis runs first when the WI is moved to code review so the reviewer can check the code analysis report as a part of code review itself.
Plus if there is some configurability around it that would be awesome like:
- Option to choose from default ruleset or a custom ruleset.
- Option for the reviewer to fail/pass the code review.
- Ability to send a report of code analysis to the work item owner (default) + others.
You can achieve this using Github Action, after a pull request or commit, you can run Action to perfom that analysis...see this repository >> https://github.com/jhownfs/Devops_Center_MVP
Shipped in DevOps Testing pilot