in gulpfile.js [22:25]
function formatEnforce() { return gulp.src(['lib/**/*.ts']).pipe( gulpClangFormat.checkFormat('file', clangFormat, {verbose: true, fail: true})); }