Showing 1 of 1 total issue
Function showPrompts
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function showPrompts(tagTitle) {
var commitText = '',
tagTitleLength = tagTitle.length,
fieldTexts = {
'title': configParser.getCommitPromptText('title'),