Skip to content

Commit e5fa9a5

Browse files
committed
add note
1 parent 56d4562 commit e5fa9a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/configuration/other-options.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,12 +436,16 @@ Both `hash` and `timestamp` are optional.
436436

437437
An array of paths that are managed by a package manager and contain a version or a hash in their paths so that all files are immutable.
438438

439+
Make sure to wrap the path in a capture group if you use regular expressions.
440+
439441
### managedPaths
440442

441443
`(RegExp | string)[]`
442444

443445
An array of paths that are managed by a package manager and can be trusted to not be modified otherwise.
444446

447+
Make sure to wrap the path in a capture group if you use regular expressions.
448+
445449
### module
446450

447451
`object = {hash boolean = true, timestamp boolean = true}`

0 commit comments

Comments
 (0)