Considering I have a branch br in up-to-date state and PR N from br to master.
If master includes commit h violating linter rules, it should not be reported since PR commits do not include it.
Sometimes it is reported however.
This problem goes away when some other PR M is merged and br is updated accordingly.
Considering I have a branch
brin up-to-date state and PRNfrombrtomaster.If
masterincludes commithviolating linter rules, it should not be reported since PR commits do not include it.Sometimes it is reported however.
This problem goes away when some other PR
Mis merged andbris updated accordingly.