Skip to content

Commit 0854c5e

Browse files
committed
fix: remove false positive entries from typos.toml and adjust username entry
1 parent 5534564 commit 0854c5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/typos.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
muc = "muc" # For Munich location code
33
Hashi = "Hashi"
44
HashiCorp = "HashiCorp"
5+
mavrickrishi = "mavrick" # Username
56

67
[files]
7-
extend-exclude = [
8-
"registry/coder/templates/aws-devcontainer/architecture.svg", #False positive
9-
"registry/mavrickrishi/README.md" # False positive - mavrickrishi is a username
10-
]
8+
extend-exclude = ["registry/coder/templates/aws-devcontainer/architecture.svg"] #False positive

0 commit comments

Comments
 (0)