Commit 094ffbc
committed
fix(scripts/lint): pass --ignore-path; mark file legitimate over 500 lines
Same fix as socket-sdk-js (commit 9d347d27): without
--ignore-path .config/.prettierignore, oxfmt looks for the
ignore file in CWD and scans .claude/skills/*.md which the
fleet intends to skip.
Adding the flag bumped the file from 499 to 501 lines, which
tripped socket/max-file-lines (500-line soft cap). Annotate
the file with `max-file-lines: legitimate — lint orchestration`
per the rule\x27s documented bypass mechanism.1 parent 0a1490e commit 094ffbc
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
170 | 173 | | |
171 | 174 | | |
172 | 175 | | |
| |||
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| 248 | + | |
| 249 | + | |
245 | 250 | | |
246 | 251 | | |
247 | 252 | | |
| |||
0 commit comments