trpc.group/trpc-go/trpc-go@v1.0.3/.typos.toml (about) 1 # Typos check: https://github.com/crate-ci/typos 2 3 # ignore *.crt files 4 [type.csr] 5 extend-glob = ["*.csr"] 6 check-file = false 7 8 # ignore LICENSE 9 [files] 10 extend-exclude = ["LICENSE"] 11 12 [default.extend-identifiers] 13 # Don't correct the identifiers "O_WRONLY" 14 O_WRONLY = "O_WRONLY"