mitchspano / sfdx-scan-pull-request

Runs sfdx-scanner on a pull request and generates in-line comments with the findings.
Apache License 2.0
73 stars 24 forks source link

Idea: Resolve or Delete Previous Comments #7

Open mitchspano opened 2 years ago

mitchspano commented 2 years ago

If running the scan on every commit to a Pull Request, you may create many duplicative comments.

It would be great if the system could accept a boolean input parameter to determine if previously generated auto-comments should be deleted of resolve.

I am still not certain if Delete or Resolve would make more sense.

initdotd commented 1 year ago

My preference is to lean towards resolving and letting the new scan create new comments as found. This way, the history is there for reflecting back or training purposes.

codefriar commented 9 months ago

@mitchspano - Would love to know if any progress has been made here on resolving old comments? happy to chat with you about how I might help make it a reality.