[roll] Roll fuchsia [clang-tidy] Disable misc-include-cleaner

This CL disables misc-include-cleaner because it is disrupting people's
workflow with large numbers of Tricium comments on C++ CLs, some of
which appear to be wrong or contradictory. The rule may be re-enabled in
the future after problems are worked out and after landing a mass change
to make existing code comply with it.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/887251
Original-Revision: f4a8ba70e1f78e6793e71f5a31ba4b4964e5ea86
GitOrigin-RevId: e21428d84aa0a89f5232405c0997d8cdf4fe3bba
Change-Id: I77769866ea294b95a7ac5d4a3f60496e76ca6bb8
1 file changed
tree: 38d2e07b0f874456451d1dcc594106b94933fcdb
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.