X Tutup
Skip to content

Commit 49e261e

Browse files
committed
build(gulp): add gulpfile.js to files formatted by clang-format
1 parent 9c94ab1 commit 49e261e

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
@@ -233,7 +233,7 @@ gulp.task('build/pubbuild.dart',
233233
// formatting
234234

235235
function doCheckFormat() {
236-
return gulp.src(['modules/**/*.ts', 'tools/**/*.ts', '!**/typings/**/*.d.ts'])
236+
return gulp.src(['modules/**/*.ts', 'tools/**/*.ts', '!**/typings/**/*.d.ts', 'gulpfile.js'])
237237
.pipe(gulpFormat.checkFormat('file', clangFormat));
238238
}
239239

0 commit comments

Comments
 (0)
X Tutup