From 63d523885b0c838d91e0c6330ee0d327b81a1a57 Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Fri, 14 Apr 2023 11:29:37 +0100 Subject: [PATCH 1/2] Add starlark directive to code snippet --- gazelle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazelle/README.md b/gazelle/README.md index e9a8052353..2cd38764fc 100644 --- a/gazelle/README.md +++ b/gazelle/README.md @@ -93,7 +93,7 @@ Finally, you create a target that you'll invoke to run the Gazelle tool with the rules_python extension included. This typically goes in your root `/BUILD.bazel` file: -``` +```starlark load("@bazel_gazelle//:def.bzl", "gazelle") load("@rules_python_gazelle_plugin//:def.bzl", "GAZELLE_PYTHON_RUNTIME_DEPS") From 946374459dac35ca96b968f02c21eb4b09eab53f Mon Sep 17 00:00:00 2001 From: Borja Lorente Date: Mon, 24 Apr 2023 17:07:34 +0100 Subject: [PATCH 2/2] Trigger CI