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 25 forks source link

`getDiffSinceLastCommit` should be called `getDiffInPullRequest` #2

Closed mitchspano closed 2 years ago

mitchspano commented 2 years ago

The getDiffSinceLastCommit function in index.js should be called getDiffInPullRequest - that's a more accurate representation of what it's actually performing.