1.14.0
·
100 commits
to master
since this release
Added
RedundantJump
analysis rule, which flags redundant jump statements, e.g.,Continue
,Exit
.LoopExecutingAtMostOnce
analysis rule, which flags loop statements that can execute at most once.excludedNames
rule property to theMixedNames
rule.- API:
RepeatStatementNode::getGuardExpression
method. - API:
RepeatStatementNode::getStatementList
method. - API:
CaseStatementNode::getSelectorExpression
method. - API:
CaseItemStatementNode::getStatement
method.
Fixed
- Parsing errors where adjacent
>
and=
tokens were wrongly interpreted as the>=
operator. - False-positives within assignment statements in
IndexLastListElement
.