Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/https_everywhere_checker/check_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def disableRuleset(ruleset, problems):
# If there's not already a comment section at the beginning, add one.
if not re.search("^<!--", contents):
contents = "<!--\n-->\n" + contents
problemStatement = ("""
problemStatement = ("""\
<!--
Disabled by https-everywhere-checker because:
%s
Expand Down