Skip to content

Commit f01e0e3

Browse files
authored
chore: minor docs change (#364)
* chore: minor docs change * chore: minor docs change
1 parent 3d47c38 commit f01e0e3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

docs/capabilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ import { MY_KEY } from '$env/static/public';
3434
MY_KEY
3535
```
3636

37-
Default scanned file types: .ts, .js, jsx, tsx, vue, .mjs, .mts, .cjs, .cts, .svelte
38-
3937
## What It Checks For
4038

4139
> **Note:** The scanner skips files containing any line over 500 characters, as these are likely minified or bundled — this avoids false positives across all checks below.
4240
41+
Which files are scanned is determined by the file scanning configuration (see [configuration and flags](./configuration_and_flags.md#file-scanning-flags)).
42+
4343
### 1 Missing Variables
4444

4545
Variables that are **used in code** but **not defined** in the selected env comparison file.

docs/configuration_and_flags.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ Usage in the configuration file:
330330

331331
## File Scanning Flags
332332

333+
> **Note:** Default file patterns: .ts, .js, jsx, tsx, vue, .mjs, .mts, .cjs, .cts, .svelte
334+
333335
### `--files <patterns>`
334336

335337
Specify a comma-separated list of file patterns to scan for environment variable usage.

0 commit comments

Comments
 (0)