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
# Exclude URLs and mail addresses from checking (supports regex).
exclude = ["file://"]
exclude = ["^file"]
# Exclude these filesystem paths from getting checked.
exclude_path = [
@ -23,4 +23,4 @@ exclude_path = [
# Exclude all private IPs from checking.
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
# `exclude_loopback` to true.
exclude_all_private = true
exclude_all_private = true