Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tools/check-code.sh: Tighten function call in for loop check
The new ipt linting rule ReadabilityMissingParenthesis creates code like for(i = oldSize; i < (arrayIndex + 1); i += 1) which is without the fix being complained at.
- Loading branch information