()
| 34 | |
| 35 | |
| 36 | var error = function() { |
| 37 | // gitx does not display it |
| 38 | // http://gitx.lighthouseapp.com/projects/17830/tickets/294-feature-display-hook-error-message-when-hook-fails |
| 39 | // https://groups.google.com/group/gitx/browse_thread/thread/a03bcab60844b812 |
| 40 | console.error('INVALID COMMIT MSG: ' + util.format.apply(null, arguments)); |
| 41 | }; |
| 42 | |
| 43 | |
| 44 | var validateMessage = function(message) { |
no outgoing calls
no test coverage detected