mirror of
https://github.com/google/blockly.git
synced 2026-01-19 06:47:12 +01:00
chore: adds a check for properly formatted files (#5624)
* chore: add check for clang format * chore: updates clang format script
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
"checkin:typings": "gulp checkinTypings",
|
||||
"deployDemos": "gulp deployDemos",
|
||||
"deployDemos:beta": "gulp deployDemosBeta",
|
||||
"format": "git-clang-format",
|
||||
"format": "gulp clangFormat",
|
||||
"format:sortrequires": "gulp sortRequires",
|
||||
"generate:langfiles": "gulp generateLangfiles",
|
||||
"license": "gulp checkLicenses",
|
||||
@@ -78,6 +78,7 @@
|
||||
"google-closure-compiler": "^20211006.0.0",
|
||||
"google-closure-deps": "^20210808.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clang-format": "^1.0.27",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-insert": "^0.5.0",
|
||||
"gulp-rename": "^2.0.0",
|
||||
|
||||
Reference in New Issue
Block a user