fix file regex

This commit is contained in:
hinto.janai 2024-06-28 18:08:51 -04:00
parent 6dbb8398fc
commit 90a631b276
No known key found for this signature in database
GPG key ID: D47CE05FA175A499

View file

@ -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 = [