haxe-checkstyle
haxe-checkstyle copied to clipboard
adjust token tree checks that iterate over functions
The following checks currently use KwdFunction:
- HiddenFieldCheck
- InnerAssignmentCheck
- ReturnCountCheck
- TraceCheck
- UnusedLocalVarCheck
- InterfaceCheck
- UnnecessaryConstructorCheck
- MethodCountCheck
- EmptyBlockCheck
- LeftCurlyCheck
- NeedBracesCheck
- RightCurlyCheck
- others?
They might be unaffected by short lambda changes, but at least someone should look at them. We might need to create separate issues, if they require larger rewrites.