File tree Expand file tree Collapse file tree 1 file changed +7
-31
lines changed Expand file tree Collapse file tree 1 file changed +7
-31
lines changed Original file line number Diff line number Diff line change 1
1
[default .extend-identifiers ]
2
- makro = " makro"
3
- VisibilityExplicity = " VisibilityExplicity"
4
- impl_froms = " impl_froms"
5
2
AnserStyle = " AnserStyle"
6
- explicity = " explicity"
7
- syntaxically = " syntaxically"
8
3
datas = " datas"
4
+ impl_froms = " impl_froms"
9
5
selfs = " selfs"
10
- TOOD = " TOOD"
11
- strustS = " strustS"
12
- new_function_with_generics_and_wheres = " new_function_with_generics_and_wheres"
13
- Defaul = " Defaul"
14
- nto = " nto"
15
- nknown = " nknown"
16
- ded = " ded"
17
- truct = " truct"
18
- inpu = " inpu"
19
- Convertable = " Convertable"
20
- substitude = " substitude"
21
- nner = " nner"
22
- Contro = " Contro"
23
- numbe = " numbe"
24
- MyUnio = " MyUnio"
25
6
26
7
[default .extend-words ]
27
8
anser = " anser"
28
9
ba = " ba"
29
- fromed = " fromed"
30
10
fo = " fo"
31
- trivias = " trivias"
32
- mmaped = " mmaped"
33
- mis = " mis"
34
11
ket = " ket"
35
- foor = " foor"
36
- FPR = " FPR"
37
- mak = " mak"
38
- OT = " OT"
12
+ makro = " makro"
39
13
raison = " raison"
40
- strat = " strat "
41
- unaccessable = " unaccessable "
14
+ trivias = " trivias "
15
+ TOOD = " TOOD "
42
16
43
17
[default ]
44
18
extend-ignore-re = [
45
19
# ignore string which contains $x (x is a num), which use widely in test
46
- " .*\\ $\\ d.*"
20
+ " .*\\ $\\ d.*" ,
21
+ # ignore generated content like `boxed....nner()`, `Defaul...efault`
22
+ " \\ w*\\ .{3,4}\\ w*" ,
47
23
]
48
24
49
25
[files ]
You can’t perform that action at this time.
0 commit comments