Skip to content

Commit 2e5ecf6

Browse files
committed
chore(agents): add title to Starlark rules file
Add the missing H1 title to the Starlark rules file to ensure it conforms to the workspace rule formatting guidelines.
1 parent 7fb0472 commit 2e5ecf6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.agents/rules/bzl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ description: Starlark / Bazel .bzl file coding style rules
44
globs: *.bzl
55
---
66

7+
# Starlark Rules
8+
79
* Use triple-quoted strings for multi-line rule doc args.
810
* Don't use backslash line continuation in rule doc args.

0 commit comments

Comments
 (0)