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

Fix: Line must be part of the diff error #16 #17

Closed mitchspano closed 2 years ago

mitchspano commented 2 years ago

Changes the isInChangedLines check to return true when all lines are part of the diff, not any line is part of the diff.