mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 01:56:37 +03:00
Clarify detector accepts markup files, not CSS-only
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
cda5e42fa9
commit
87067cad7e
@@ -38,7 +38,7 @@ After forming your own assessment, run the bundled deterministic detector to cat
|
||||
node scripts/detect-antipatterns.mjs --json [--fast] [target]
|
||||
```
|
||||
|
||||
- Pass files or directories as `[target]`
|
||||
- Pass HTML/JSX/TSX/Vue/Svelte files or directories as `[target]` (anything with markup). Do not pass CSS-only files.
|
||||
- For URLs, skip the CLI scan (it requires Puppeteer). Use browser visualization instead.
|
||||
- For large directories (200+ scannable files), use `--fast` (regex-only, skips jsdom)
|
||||
- For 500+ files, narrow scope or ask the user
|
||||
|
||||
@@ -38,7 +38,7 @@ After forming your own assessment, run the bundled deterministic detector to cat
|
||||
node scripts/detect-antipatterns.mjs --json [--fast] [target]
|
||||
```
|
||||
|
||||
- Pass files or directories as `[target]`
|
||||
- Pass HTML/JSX/TSX/Vue/Svelte files or directories as `[target]` (anything with markup). Do not pass CSS-only files.
|
||||
- For URLs, skip the CLI scan (it requires Puppeteer). Use browser visualization instead.
|
||||
- For large directories (200+ scannable files), use `--fast` (regex-only, skips jsdom)
|
||||
- For 500+ files, narrow scope or ask the user
|
||||
|
||||
Reference in New Issue
Block a user