mirror of
https://github.com/wavetermdev/waveterm-docs-old.git
synced 2026-08-05 13:42:53 -07:00
added typos-cli config file
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
### This configuration file is for typos-cli, a command-line tool designed to detect and correct typos in text files. (Install here: https://github.com/crate-ci/typos)
|
||||
### Use this file to override false flags.
|
||||
### Documentation: https://github.com/crate-ci/typos/blob/master/docs/reference.md
|
||||
|
||||
# Ignore words
|
||||
[default.extend-words]
|
||||
OTP = "OTP"
|
||||
OTPs = "OTPs"
|
||||
|
||||
# Ignore identifiers
|
||||
[default.extend-identifiers]
|
||||
OTP = "OTP"
|
||||
OTPs = "OTPs"
|
||||
|
||||
#Ignore filetype example
|
||||
[type.po]
|
||||
extend-glob = ["*.po"]
|
||||
check-file = false
|
||||
Reference in New Issue
Block a user