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
|
// formatting
|
||||||
|
|
||||||
function doCheckFormat() {
|
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));
|
.pipe(gulpFormat.checkFormat('file', clangFormat));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user