beefore icon indicating copy to clipboard operation
beefore copied to clipboard

Only check the changed lines

Open Tadaboody opened this issue 7 years ago • 1 comments

Sometimes, some changes sneak into master that don't pass the checks.

If afterwards there a pull request is made in a completely different section of the code - the same checks will fail! with no fault of the contributor.

A possible fix for this is to only run checks on the lines that are changed by the PR.

Tadaboody avatar Oct 23 '18 07:10 Tadaboody

This should be what is currently being done - beefore filters it's responses to lines that match the range of the diff of the patch being examined.

Can you provide an example where this has happened?

freakboy3742 avatar Oct 23 '18 17:10 freakboy3742