Skip to content

Commit d4a362e

Browse files
Merge branch 'main' into feature/restructure-and-release-automation
2 parents 0e9460e + 13b9632 commit d4a362e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/formats/copilot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def generate(self, rule: ProcessedRule, globs: str) -> str:
4747
yaml_lines = []
4848

4949
# Add applyTo (Copilot's equivalent of globs)
50-
yaml_lines.append(f"applyTo: {globs}")
50+
yaml_lines.append(f"applyTo: '{globs}'")
5151

5252
# Add title
5353
title = self._format_yaml_field("title", rule.description)

0 commit comments

Comments
 (0)