blob: 717b8d44848980c51da12f927013d083fac2e75a [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Allowlist of libraries that are not linted by the build.
# This allows the libraries to be progressively made lint-free while preventing
# new libraries from going unchecked.
# See fxb/36769.
unlinted_libraries = [
"fuchsia.camera.common",
"fuchsia.cobalt",
"fuchsia.device.manager",
"fuchsia.device.manager.test",
"fuchsia.hardware.block",
"fuchsia.hardware.block.partition",
"fuchsia.hardware.block.volume",
"fuchsia.hardware.display",
"fuchsia.hardware.ethernet",
"fuchsia.hardware.goldfish.address.space",
"fuchsia.hardware.usb.peripheral",
"fuchsia.hardware.usb.virtual.bus",
"fuchsia.net.stack",
"fuchsia.sysmem",
]