Skip to content

Commit daba35c

Browse files
committed
cspell
1 parent 6617cd9 commit daba35c

2 files changed

Lines changed: 34 additions & 1 deletion

File tree

.cspell.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
// cSpell Settings
2+
// https://cspell.org/configuration/
3+
{
4+
// Version of the setting file. Always 0.2
5+
"version": "0.2",
6+
// language - current active spelling language
7+
"language": "en",
8+
// words - list of words to be always considered correct
9+
"words": [
10+
"censys",
11+
"certgraph",
12+
"crtsh"
13+
],
14+
// flagWords - list of words to be always considered incorrect
15+
// This is useful for offensive words and common spelling errors.
16+
// For example "hte" should be "the"
17+
"flagWords": [],
18+
// ignoreWords - a list of words to be ignored (even if they are in the flagWords).
19+
"ignoreWords": [
20+
"sanscap",
21+
"updatepsl",
22+
"weppos",
23+
"publicsuffix",
24+
"STARTTLS",
25+
"dedupe",
26+
"whitehouse",
27+
"httpse",
28+
"errgroup"
29+
],
30+
// ignorePaths - a list of globs to specify which files are to be ignored.
31+
"ignorePaths": [
32+
"LICENSE"
33+
]
34+
}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
certgraph
22
build/
3-
*.json

0 commit comments

Comments
 (0)