Copilot commented on code in PR #261:
URL: https://github.com/apache/skywalking-eyes/pull/261#discussion_r2792872639
##########
assets/languages.yaml:
##########
@@ -3983,6 +3983,17 @@ PHP:
- inc
language_id: 272
comment_style_id: PhpTag
+Pkl:
+ type: programming
+ color: "#6b9543"
+ extensions:
+ - ".pkl"
Review Comment:
New `.pkl` support adds a new comment-style mapping, but there’s no
automated coverage to ensure `.pkl` resolves to `SlashAsterisk` (and stays that
way). Please add/extend an existing unit test (e.g., in
`pkg/comments/config_test.go` and/or header insertion tests) to assert the
expected comment style for a `.pkl` filename.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]