mirror of
https://github.com/github/codeql.git
synced 2026-01-30 14:52:57 +01:00
Recent changes to Property.checkOn mean that in the code err == nil && <unrelated-condition> PathContainmentCheck matches the first condition and the whole && expression. Originally it would have only matched the first condition, and this commit restores that behaviour. This pattern appears 3 times in the tests, which all still pass.