Skip to content

Commit fc55018

Browse files
committed
ci: disable broken commit message validation
1 parent 0c7726d commit fc55018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ gulp.task('public-api:update', ['build.sh'], (done) => {
126126
});
127127

128128
// Check the coding standards and programming errors
129-
gulp.task('lint', ['format:enforce', 'tools:build', 'validate-commit-messages'], () => {
129+
gulp.task('lint', ['format:enforce', 'tools:build'], () => {
130130
const tslint = require('gulp-tslint');
131131
// Built-in rules are at
132132
// https://palantir.github.io/tslint/rules/

0 commit comments

Comments
 (0)