FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
coder/.github/workflows/typos.toml at main · coder/coder · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
coder
/
coder
Public
Notifications
You must be signed in to change notification settings
Fork
1.5k
Star
14.3k
Code
Issues
758
Pull requests
206
Discussions
Actions
Projects
Security and quality
35
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
coder
/
.github
/
workflows
/
typos.toml
Copy path
More file actions
More file actions
Latest commit
History
History
History
71 lines (68 loc) · 1.8 KB
Breadcrumbs
coder
/
.github
/
workflows
/
typos.toml
Copy path
File metadata and controls
71 lines (68 loc) · 1.8 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
default
]
extend-ignore-identifiers-re
= [
"
gho_.*
"
]
extend-ignore-re
= [
"
(#|//)
\\
s*spellchecker:ignore-next-line
\\
n.*
"
]
[
default
.
extend-identifiers
]
alog
=
"
alog
"
Jetbrains
=
"
JetBrains
"
IST
=
"
IST
"
MacOS
=
"
macOS
"
AKS
=
"
AKS
"
O_WRONLY
=
"
O_WRONLY
"
AIBridge
=
"
AI Bridge
"
#
plural of SIEM, as in security information and event management
SIEMs
=
"
SIEMs
"
[
default
.
extend-words
]
AKS
=
"
AKS
"
#
do as sudo replacement
doas
=
"
doas
"
darcula
=
"
darcula
"
Hashi
=
"
Hashi
"
trialer
=
"
trialer
"
encrypter
=
"
encrypter
"
#
as in helsinki
hel
=
"
hel
"
#
this is used as proto node
pn
=
"
pn
"
#
typos doesn't like the EDE in TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
EDE
=
"
EDE
"
#
HELO is an SMTP command
HELO
=
"
HELO
"
LKE
=
"
LKE
"
byt
=
"
byt
"
cpy
=
"
cpy
"
Cpy
=
"
Cpy
"
typ
=
"
typ
"
#
file extensions used in seti icon theme
styl
=
"
styl
"
edn
=
"
edn
"
Inferrable
=
"
Inferrable
"
#
Go standard library uses American English single-l spelling throughout encoding/json etc.
unmarshaling
=
"
unmarshaling
"
marshaling
=
"
marshaling
"
IIF
=
"
IIF
"
[
files
]
extend-exclude
= [
"
**.svg
"
,
"
**.png
"
,
"
**.lock
"
,
"
go.sum
"
,
"
go.mod
"
,
#
These files contain base64 strings that confuse the detector
"
**XService**.ts
"
,
"
**identity.go
"
,
"
**/*_test.go
"
,
"
**/*.test.tsx
"
,
"
**/pnpm-lock.yaml
"
,
"
tailnet/testdata/**
"
,
"
site/src/pages/SetupPage/countries.tsx
"
,
"
provisioner/terraform/testdata/**
"
,
"
coderd/azureidentity/roots_darwin.go
"
,
"
coderd/azureidentity/azureidentity.go
"
,
#
notifications' golden files confuse the detector because of quoted-printable encoding
"
coderd/notifications/testdata/**
"
,
"
agent/agentcontainers/testdata/devcontainercli/**
"
,
#
aibridge fixtures contain truncated streaming chunks that look like typos
"
aibridge/fixtures/**
"
,
#
go-vcr cassettes contain real API responses with 3rd-party content
"
coderd/externalauth/gitprovider/testdata/**
"
,
]
Back
|
FazBrowse Home
|
New Git URL