Commit f92e7a3
{BugFix} Project Aria Plugins - Fix markdown lint errors in ARK plugin SKILL.md files
Summary:
GitHub Actions `Markdown lint` job was failing with 11 errors across 6 SKILL.md files in `projectaria_ark_plugin/skills/`. All errors fall into three rules:
- **MD040** (fenced code blocks missing language): 6 fenced blocks containing ASCII diagrams, filesystem trees, and math formulas. Marked them as `text` so the lint rule passes without forcing syntax highlighting that wouldn't help readers.
- **MD012** (multiple consecutive blank lines): 1 stray double blank line in `aria-knowledge/SKILL.md` between the ALS section and the IMU noise model heading.
- **MD032** (lists not surrounded by blank lines): 4 list-after-paragraph instances in `client-sdk`, `mps`, and `projectaria-tools` SKILL.md — added the required blank line between the lead-in line and the first bullet.
No content changes — purely formatting to satisfy `markdownlint-cli2-action@v18` config in `.markdownlint.jsonc`.
Files touched:
- `projectaria_ark_plugin/skills/aria-knowledge/SKILL.md` (MD040 x2, MD012 x1)
- `projectaria_ark_plugin/skills/client-sdk/SKILL.md` (MD032 x2)
- `projectaria_ark_plugin/skills/client-sdk-ros2-integration/SKILL.md` (MD040 x1)
- `projectaria_ark_plugin/skills/cloud-streaming/SKILL.md` (MD040 x3)
- `projectaria_ark_plugin/skills/mps/SKILL.md` (MD032 x1)
- `projectaria_ark_plugin/skills/projectaria-tools/SKILL.md` (MD032 x1)
___
Differential Revision: D109348371
fbshipit-source-id: dae9ad4d107368a62afcee0c82b691a81b754a011 parent bd107fd commit f92e7a3
6 files changed
Lines changed: 10 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
155 | 156 | | |
156 | 157 | | |
| 158 | + | |
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
0 commit comments