SonarOpenCommunity / sonar-cxx

Statement ends with a semicolon FLK-E703
Style
Minor
6 months ago3 years old
278    def __match_sequence(self, branch, sequence, tokens):
279        for expression in sequence:
280            if expression.startswith('[['):
281                break; # end of sequence282            if not tokens:
283                self.__log_branch(" partly reduced: %s", branch, sequence)
284                return False # partly