build(gulp): add gulpfile.js to files formatted by clang-format
This commit is contained in:
parent
9c94ab1e8e
commit
49e261efd8
|
@ -233,7 +233,7 @@ gulp.task('build/pubbuild.dart',
|
|||
// formatting
|
||||
|
||||
function doCheckFormat() {
|
||||
return gulp.src(['modules/**/*.ts', 'tools/**/*.ts', '!**/typings/**/*.d.ts'])
|
||||
return gulp.src(['modules/**/*.ts', 'tools/**/*.ts', '!**/typings/**/*.d.ts', 'gulpfile.js'])
|
||||
.pipe(gulpFormat.checkFormat('file', clangFormat));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue