-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.cspell.json
More file actions
111 lines (111 loc) · 2.03 KB
/
.cspell.json
File metadata and controls
111 lines (111 loc) · 2.03 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"files": [
"**/*.{java,md,xml,yml,yaml,json,txt,properties}"
],
"words": [
"Skyflow",
"skyflow",
"skyflowapi",
"skyflowapis",
"skyflow-java",
"detokenize",
"Detokenize",
"detokenizing",
"detokenized",
"tokenize",
"Tokenize",
"tokenized",
"tokenization",
"reidentify",
"Reidentify",
"reidentified",
"re-identify",
"Re-identify",
"re-identification",
"deidentify",
"Deidentify",
"deidentified",
"de-identify",
"De-identify",
"de-identification",
"de-identifying",
"upsert",
"upserting",
"upserted",
"BYOT",
"skyflowId",
"skyflow_id",
"skyflowIds",
"apikey",
"Gson",
"gson",
"okhttp",
"OkHttp",
"jjwt",
"Jwts",
"jaxb",
"dotenv",
"powermock",
"mvn",
"sonatype",
"jfrog",
"prekarilabs",
"Gradle",
"gradle",
"mavenCentral",
"blackbox",
"Params",
"deidentifying",
"deidentification",
"Deidentification",
"println",
"cdimascio",
"gsonfire",
"javax",
"Creds",
"creds",
"javac",
"PKCS",
"Pkcs",
"pkcs",
"prioritise",
"Prioritise",
"Timeto",
"Wdex",
"jacoco"
],
"languageSettings": [
{
"languageId": "java",
"locale": "*",
"ignoreRegExpList": [
"/\\b[A-Z][A-Z0-9_]{2,}\\b/g",
"/^package\\s+.*/m",
"/^import\\s+.*/m"
]
}
],
"ignorePaths": [
".git/**",
".github/**",
"target/**",
"**/target/**",
"*.lock",
"Rule/**",
"src/main/java/com/skyflow/generated/**",
"**/*.ts",
"**/processed-*",
"samples/src/main/java/com/example/credentials.json"
],
"ignoreRegExpList": [
"/\\b[A-Z][A-Z0-9_]{2,}\\b/g",
"/https?:\\/\\/[^\\s]*/g",
"/(eyJ[A-Za-z0-9+/=_-]+\\.)+[A-Za-z0-9+/=_-]+/g",
"/[A-Za-z0-9_.~-]*%[0-9A-Fa-f]{2}[A-Za-z0-9_.~%-]*/g",
"/\\b[A-Za-z0-9_]{7,}\\b(?=])/g",
"/\"[A-Za-z0-9+/=]{15,}\"/g"
]
}