This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
red='\033[0;31m' | |
NC='\033[0m' # No Color | |
if !(grep -Fq "[MT-" .git/COMMIT_EDITMSG) | |
then | |
echo "" | |
echo "${red}WARNING! ${NC}Jira ID not found in commit message. Run \"git commit --amend\" before you push, to add it" | |
echo "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
afterEach(function () { | |
$0 | |
}); | |
]]></content> | |
<tabTrigger>aftereach</tabTrigger> | |
<description>Jasmine afterEach block</description> | |
</snippet> |