commit | 59fdc7dd24a3f94533c3fd63d5ed1ab0f9e2f4e4 | [log] [tgz] |
---|---|---|
author | Marc Khouri <mnck@fuchsia.infra.roller.google.com> | Wed Jan 15 13:52:41 2025 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jan 15 13:54:13 2025 -0800 |
tree | 2fb07b4f057483d4e6939f413ad0c7b6f072ed0e | |
parent | cd46896de20ab4457e723e756f6cebd9b8f1ea6e [diff] |
[roll] Roll fuchsia [wlan][policy] Add lints to avoid panics This CL adds new lints that prevent panics in prod. However, sometimes panics are desirable, and the lints (like all others) can be overridden at those times by adding an `#[expect(clippy::foo)]`. This adds a bit of extra friction / visibility in both authoring and review. The lints are not applied to tests. The CL adds `#[expect]` or makes minor refactors where the lints fired today. Original-Bug: 390164322 Test: fx test wlancfg-tests Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1188132 Original-Revision: 51a40b6187052edc4ff75c6884bce0d30f93d63f GitOrigin-RevId: ae254c7f06a51e793ab8a0f6c56953e12ea6e109 Change-Id: I316942e17e30f000973ded9f99e037d1ea00c5de
This repository contains Fuchsia's Global Integration manifest files.
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 in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.