devops-center-roadmap icon indicating copy to clipboard operation
devops-center-roadmap copied to clipboard

Salesforce Code Analyzer integration

Open kfidelak94 opened this issue 3 years ago • 4 comments

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

kfidelak94 avatar Nov 03 '22 17:11 kfidelak94

Waiting for support for SonarQube integration which is becoming popular in enterprises.

gitusr246 avatar Mar 23 '23 23:03 gitusr246

+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:

  1. Option to choose from default ruleset or a custom ruleset.
  2. Option for the reviewer to fail/pass the code review.
  3. Ability to send a report of code analysis to the work item owner (default) + others.

praulkar avatar Sep 29 '23 04:09 praulkar

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

jhownfs avatar Jun 01 '24 14:06 jhownfs

Shipped in DevOps Testing pilot

johnbelosf avatar Dec 13 '24 14:12 johnbelosf