Skip to content

Commit 4333b4a

Browse files
katchu11claude
andcommitted
Test: Verify new CI fix comment format
Testing updated format that matches code review style 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e03a472 commit 4333b4a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test-format.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
function badCode() {
2+
const x = "missing semicolon"
3+
const y: string = 123 // type error
4+
console.log("no space before brace"){
5+
}
6+
7+
export function another() {
8+
return "also missing semicolon"
9+
}

0 commit comments

Comments
 (0)