Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Commit e2bf318

Browse files
hyochanclaude
andcommitted
fix(docs): add language tags to fenced code blocks in commit.md
Add 'text' language tag to commit message example blocks for markdownlint MD040 compliance. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent f344b13 commit e2bf318

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.claude/commands/commit.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Complete workflow: branch → commit → push → PR
44

55
## Usage
66

7-
```
7+
```text
88
/commit [options]
99
```
1010

@@ -174,7 +174,7 @@ When making cross-platform changes, commit in this order:
174174

175175
**Feature addition:**
176176

177-
```
177+
```text
178178
feat(ios): add tvOS and macOS platform support
179179
180180
- Add tvOS 15.0 and macOS 14.0 to podspec platforms
@@ -189,7 +189,7 @@ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
189189

190190
**Bug fix:**
191191

192-
```
192+
```text
193193
fix(hooks): register listeners after initConnection
194194
195195
Move listener registration after initConnection succeeds
@@ -201,7 +201,7 @@ Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
201201

202202
**Chore/maintenance:**
203203

204-
```
204+
```text
205205
chore(deps): update OpenIAP to 1.3.11
206206
207207
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

0 commit comments

Comments
 (0)