commit | 130d2ae03b608978e502ed9c65dde92a0f8a67ef | [log] [tgz] |
---|---|---|
author | Jack Franklin <[email protected]> | Tue Jul 12 09:51:26 2022 |
committer | Devtools-frontend LUCI CQ <devtools-frontend-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 12 10:51:50 2022 |
tree | 44af83c01145270bde8095ed8e6f653db5571cde | |
parent | 788bf6c18e508676255542ad790063d03e7ea38a [diff] [blame] |
Disable clang/eslint in front_end/generated This CL disables formatting within the `generated` directory, which is all code that is programatically generated. Previously we disabled eslint for `protocol.ts`, but now we are being consistent and disabling it (and clang) for all files. I also re-generated the files in the generated folder, so we avoid any confusion if/when the generated scripts get re-run and suddenly the format drastically changes. DISABLE_THIRD_PARTY_CHECK=changing generated files + config Bug: none Change-Id: I714ada8bf7d85020e3be71b35c9db98840bf3ef2 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3755163 Reviewed-by: Philip Pfaffe <[email protected]> Commit-Queue: Jack Franklin <[email protected]> Auto-Submit: Jack Franklin <[email protected]>
diff --git a/front_end/generated/.clang-format b/front_end/generated/.clang-format new file mode 100644 index 0000000..e384528 --- /dev/null +++ b/front_end/generated/.clang-format
@@ -0,0 +1 @@ +DisableFormat: true