commit | 4c358394278f81d46befadaa8974e1124fbe07cf | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Wed Feb 19 17:03:03 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 17:03:03 2025 |
tree | 76c4e20c775179a69f389eaa43cb4ca0f1ee626b | |
parent | f5a753c4b2cc95b5217ecdd0f91bc1d763cfa32d [diff] |
iOS: Fix ESLint violations under ios/. Specifically ran: third_party/node/linux/node-linux-x64/bin/node \ third_party/node/node_modules/eslint/bin/eslint --quiet --config \ tools/web_dev_style/eslint.config.mjs --color --format stylish \ `find ios/ -name '*.js'` --fix Followed by manual (non auto-fixable) fixes, followed by `git cl format --js ios/` This is in preparation of turning on presubmit ESLint checks for the ios/ folder. Bug: 40519637 Change-Id: Ic772de3b88c71e2b9e522b65458cadda88614e79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6278590 Reviewed-by: Rohit Rao <rohitrao@chromium.org> Reviewed-by: Mike Dougherty <michaeldo@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421997}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.