blob: 27f36eccb7c63698e305db5a20832b46d0aa2ff8 [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.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.usb.peripheral",
"fuchsia.hardware.usb.virtual.bus",
"fuchsia.sysmem",
]