T3-FindIt/FindIt

Talking Skeleton Master branch does not contain latest StyleChecker Hotfix

Closed this issue · 0 comments

@NathanThus
Current style checker contains this:

    exceptionRegex = '(->)'

The latest style checker contains this (in the develop branch):

    exceptionRegex = '(->|\+\+|--)'

This could result in some annoying false positives when running the checker.