blob: cb1e45625ee0797189530bf3340cc936a14461cf [file] [log] [blame]
# Copyright 2023 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.
def _clang_tidy(ctx, tool = "clang-tidy"):
pass
clang_tidy = shac.check(_clang_tidy)