File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11certgraph
22build /
3- * .json
You can’t perform that action at this time.
0 commit comments