Skip to content

Commit

Permalink
Merge 716ece3 into f20f267
Browse files Browse the repository at this point in the history
  • Loading branch information
akinyeleolat committed Jul 19, 2019
2 parents f20f267 + 716ece3 commit b4505f7
Show file tree
Hide file tree
Showing 48 changed files with 809 additions and 292 deletions.
2 changes: 1 addition & 1 deletion .githint.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"const messageLines = message.split('\\n')",
"if (messageLines.length >= 5) {",
" const footer = messageLines[messageLines.length - 1]",
" return /^\\[(Finishes|Fixes|Delivers|Chores)\\s*(#[0-9]+[,]?\\s*)+]$/.test(footer)",
" return /^\\[(Starts|Finishes|Fixes|Delivers|Chores)\\s*(#[0-9]+[,]?\\s*)+]$/.test(footer)",
"}",
"return false;"
],
Expand Down
Loading

0 comments on commit b4505f7

Please sign in to comment.