1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13- load ("@score_cr_checker //:cr_checker .bzl" , "copyright_checker" )
13+ load ("@score_tooling //:defs .bzl" , "copyright_checker" , "use_format_targets " )
1414load ("@score_docs_as_code//:docs.bzl" , "docs" )
1515
16- # *******************************************************************************
17- # Copyright (c) 2025 Contributors to the Eclipse Foundation
18- #
19- # See the NOTICE file(s) distributed with this work for additional
20- # information regarding copyright ownership.
21- #
22- # This program and the accompanying materials are made available under the
23- # terms of the Apache License Version 2.0 which is available at
24- # https://www.apache.org/licenses/LICENSE-2.0
25- #
26- # SPDX-License-Identifier: Apache-2.0
27- # *******************************************************************************
28- load ("@score_format_checker//:macros.bzl" , "use_format_targets" )
29-
3016package (default_visibility = ["//visibility:public" ])
3117
3218# Enables formatting targets
@@ -44,8 +30,8 @@ copyright_checker(
4430 ],
4531 exclude = ["process/trustable/**" ],
4632 ),
47- config = "@score_cr_checker/ /resources:config" ,
48- template = "@score_cr_checker/ /resources:templates" ,
33+ config = "@score_tooling//cr_checker /resources:config" ,
34+ template = "@score_tooling//cr_checker /resources:templates" ,
4935 visibility = ["//visibility:public" ],
5036)
5137
0 commit comments