mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 23:07:28 +08:00
FIX: Strip the word "SECURITY" from the output too
This commit is contained in:
@ -38,7 +38,7 @@ def better(line)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def remove_prefix(line)
|
def remove_prefix(line)
|
||||||
line.gsub(/^(FIX|FEATURE|UX):/, "").strip
|
line.gsub(/^(FIX|FEATURE|UX|SECURITY):/, "").strip
|
||||||
end
|
end
|
||||||
|
|
||||||
def escape_brackets(line)
|
def escape_brackets(line)
|
||||||
|
Reference in New Issue
Block a user