Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 679cbee

Browse files
authored
Disables formatting checks (#1158)
We don't need to check this anymore now that we push code out using Copybara.
1 parent c5a8567 commit 679cbee

File tree

5 files changed

+4
-89
lines changed

5 files changed

+4
-89
lines changed

.clang-format

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@ any of the below commands to make sure you are using the right version.
140140
- `ibazel test test:unit_test` executes the unit tests in watch mode (use `bazel test test:unit_test` for a single run),
141141
- `bazel test test:e2e_test` executes the e2e tests,
142142
- `bazel test test:golden_test` executes the golden tests,
143-
- `node check_format.js` checks the source code formatting using
144-
`clang-format`,
145-
- `yarn test` runs unit tests, e2e tests and checks the source code formatting.
143+
- `yarn test` runs unit tests and e2e tests.
146144

147145
### Debugging
148146

check_format.js

Lines changed: 0 additions & 59 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
"@types/glob": "5.0.35",
2222
"@types/jasmine": "2.8.8",
2323
"@types/node": "^10.5.6",
24-
"clang-format": "^1.2.4",
2524
"diff-match-patch": "^1.0.1",
2625
"glob": "7.1.2",
2726
"google-closure-compiler": "^20190929.0.0",
2827
"jasmine": "3.1.0",
29-
"prettier": "1.14.0",
3028
"source-map": "^0.7.3",
3129
"source-map-support": "^0.5.6",
3230
"tslib": "1.11",
@@ -35,7 +33,7 @@
3533
},
3634
"scripts": {
3735
"build": "bazel build //:npm_package",
38-
"lint": "node check_format.js && tslint -c tslint.json -p tsconfig.json",
36+
"lint": "tslint -c tslint.json -p tsconfig.json",
3937
"test": "yarn lint && bazel test ..."
4038
},
4139
"repository": {

yarn.lock

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ argparse@^1.0.7:
178178
dependencies:
179179
sprintf-js "~1.0.2"
180180

181-
async@^1.5.2:
182-
version "1.5.2"
183-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
184-
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
185-
186181
babel-code-frame@^6.22.0:
187182
version "6.26.0"
188183
resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b"
@@ -240,15 +235,6 @@ chalk@^1.1.3:
240235
strip-ansi "^3.0.0"
241236
supports-color "^2.0.0"
242237

243-
clang-format@^1.2.4:
244-
version "1.2.4"
245-
resolved "https://registry.yarnpkg.com/clang-format/-/clang-format-1.2.4.tgz#4bb4b0a98180428deb093cf20982e9fc1af20b6c"
246-
integrity sha512-sw+nrGUp3hvmANd1qF8vZPuezSYQAiXgGBiEtkXTtJnnu6b00fCqkkDIsnRKrNgg4nv6NYZE92ejvOMIXZoejw==
247-
dependencies:
248-
async "^1.5.2"
249-
glob "^7.0.0"
250-
resolve "^1.1.6"
251-
252238
cliui@^4.0.0:
253239
version "4.1.0"
254240
resolved "https://registry.yarnpkg.com/cliui/-/cliui-4.1.0.tgz#348422dbe82d800b3022eef4f6ac10bf2e4d1b49"
@@ -437,7 +423,7 @@ [email protected]:
437423
once "^1.3.0"
438424
path-is-absolute "^1.0.0"
439425

440-
glob@^7.0.0, glob@^7.0.6, glob@^7.1.1, glob@^7.1.3:
426+
glob@^7.0.6, glob@^7.1.1, glob@^7.1.3:
441427
version "7.1.4"
442428
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
443429
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -875,11 +861,6 @@ pify@^3.0.0:
875861
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
876862
integrity sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=
877863

878-
879-
version "1.14.0"
880-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"
881-
integrity sha512-KtQ2EGaUwf2EyDfp1fxyEb0PqGKakVm0WyXwDt6u+cAoxbO2Z2CwKvOe3+b4+F2IlO9lYHi1kqFuRM70ddBnow==
882-
883864
process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
884865
version "2.0.1"
885866
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2"
@@ -964,7 +945,7 @@ require-main-filename@^2.0.0:
964945
resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b"
965946
integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
966947

967-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.3.2:
948+
resolve@^1.10.0, resolve@^1.3.2:
968949
version "1.12.0"
969950
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.12.0.tgz#3fc644a35c84a48554609ff26ec52b66fa577df6"
970951
integrity sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==

0 commit comments

Comments
 (0)