FIX: Strip the word "SECURITY" from the output too

This commit is contained in:
Robin Ward 2014-11-06 16:05:13 -05:00
parent 9e55215c71
commit 76f68e23e8
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def better(line)
end
def remove_prefix(line)
line.gsub(/^(FIX|FEATURE|UX):/, "").strip
line.gsub(/^(FIX|FEATURE|UX|SECURITY):/, "").strip
end
def escape_brackets(line)