Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/_typos.toml
4538 views
1
[files]
2
extend-exclude = [
3
# Non-English translations
4
"README_CN.md",
5
"README_ES.md",
6
"README_ID.md",
7
"README_JP.md",
8
"README_KR.md",
9
"README_PT-BR.md",
10
"README_TR.md",
11
# Test fixtures and data files
12
"integration_tests/",
13
"pkg/input/formats/testdata/",
14
"pkg/output/stats/waf/",
15
# Deserialization test data
16
"pkg/protocols/common/helpers/deserialization/testdata/",
17
# Certificate/encoded data in test utilities
18
"pkg/testutils/integration.go",
19
# Vendor directory
20
"vendor/",
21
# Go checksum file
22
"go.sum",
23
]
24
25
[default.extend-identifiers]
26
# Go identifiers that cannot be renamed without breaking API
27
MisMatched = "MisMatched"
28
NoopWriter = "NoopWriter"
29
AllowdTypes = "AllowdTypes"
30
# Deprecated alias kept for backward compatibility
31
ExludedDastTmplStats = "ExludedDastTmplStats"
32
33
[default.extend-words]
34
# Variable name used for flow annotations
35
fo = "fo"
36
# Serbian test data in XML
37
alo = "alo"
38
# SQL test data (Spanish)
39
algoritmos = "algoritmos"
40
# Base64/hex encoded test data
41
Noo = "Noo"
42
# Certificate data fragments
43
ba = "ba"
44
nd = "nd"
45
# Base64 encoded test data fragments
46
Iif = "Iif"
47
ser = "ser"
48
49
[type.go.extend-identifiers]
50
# Short CLI flag names that appear in help strings
51
ot = "ot"
52
ue = "ue"
53
ine = "ine"
54
ines = "ines"
55
hae = "hae"
56
57
[type.md.extend-identifiers]
58
# CLI flag references in documentation
59
ot = "ot"
60
ue = "ue"
61
ine = "ine"
62
ines = "ines"
63
hae = "hae"
64
65