SonarOpenCommunity / sonar-cxx

Consider removing the commented out code block PY-W0069
Anti-pattern
Major
5 months ago2 years old
Consider removing the commented out code block
473        for key, warning in list(warnings.items()):
474            assign_warning_properties(warning, properties, False)
475
476    # warnings = dict(list(warnings.items())[:1]) # for testing only477
478    # sort warnings ascending by message number
479    warnings = dict(sorted(list(warnings.items()), key=sorter))