From 49e261efd8f666b83037a4876d66b6af0f5a21b9 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 13 Nov 2015 00:00:40 -0800 Subject: [PATCH] build(gulp): add gulpfile.js to files formatted by clang-format --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 85f0746458..3781f7378a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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)); }