Added lock emoji to order list

no issue
This commit is contained in:
Daniel Lockyer 2020-03-09 20:03:18 +00:00
parent 968cc7f671
commit f80b5289b6

View File

@ -12,7 +12,7 @@ const getCommitMessageFromLine = line => line
.replace(hash, '')
.replace(url, '');
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨'];
const emojiOrder = ['💡', '🐛', '🎨', '💄', '✨', '🔒'];
module.exports.filterEmojiCommits = (content) => {
if (!_.isArray(content)) {