1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13- load ("@score_cr_checker//:cr_checker.bzl" , "copyright_checker" )
1413load ("@score_docs_as_code//:docs.bzl" , "docs" )
14+ load ("@score_tooling//:defs.bzl" , "copyright_checker" , "use_format_targets" )
1515
1616# *******************************************************************************
1717# Copyright (c) 2025 Contributors to the Eclipse Foundation
@@ -25,7 +25,6 @@ load("@score_docs_as_code//:docs.bzl", "docs")
2525#
2626# SPDX-License-Identifier: Apache-2.0
2727# *******************************************************************************
28- load ("@score_format_checker//:macros.bzl" , "use_format_targets" )
2928
3029package (default_visibility = ["//visibility:public" ])
3130
@@ -44,8 +43,8 @@ copyright_checker(
4443 ],
4544 exclude = ["process/trustable/**" ],
4645 ),
47- config = "@score_cr_checker/ /resources:config" ,
48- template = "@score_cr_checker/ /resources:templates" ,
46+ config = "@score_tooling//cr_checker /resources:config" ,
47+ template = "@score_tooling//cr_checker /resources:templates" ,
4948 visibility = ["//visibility:public" ],
5049)
5150
0 commit comments