SonarOpenCommunity / sonar-cxx

Multi-line docstring closing quotes should be on a separate line FLK-D209
Documentation
Minor
6 months ago3 years old
Multi-line docstring closing quotes should be on a separate line
121
122
123def make_rules_description_to_cdata(rule_t):
124    """after parsing we lost the CDATA information125       restore it for <description> tag, assume it always encoded as CDATA"""
126    for description_tag in rule_t.iter('description'):
127        desc = description_tag.text