Sign in
fuchsia
/
shac-project
/
checks-cpp
/
refs/heads/main
/
.
/
checks
/
clang-tidy
/
clang_tidy.star
blob: cb1e45625ee0797189530bf3340cc936a14461cf [
file
] [
edit
]
# 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
)