mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
fix file regex
This commit is contained in:
parent
6dbb8398fc
commit
90a631b276
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ verbose = "debug"
|
||||||
no_progress = true
|
no_progress = true
|
||||||
|
|
||||||
# Exclude URLs and mail addresses from checking (supports regex).
|
# Exclude URLs and mail addresses from checking (supports regex).
|
||||||
exclude = ["file://"]
|
exclude = ["^file"]
|
||||||
|
|
||||||
# Exclude these filesystem paths from getting checked.
|
# Exclude these filesystem paths from getting checked.
|
||||||
exclude_path = [
|
exclude_path = [
|
||||||
|
|
Loading…
Reference in a new issue