File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
- [default .extend-identifiers ]
2
- AnserStyle = " AnserStyle"
3
- datas = " datas"
4
- impl_froms = " impl_froms"
5
- selfs = " selfs"
1
+ [files ]
2
+ extend-exclude = [
3
+ " *.rast" ,
4
+ " bench_data/" ,
5
+ " crates/parser/test_data/lexer/err/" ,
6
+ " crates/project-model/test_data/" ,
7
+ ]
8
+ ignore-hidden = false
9
+
10
+ [default ]
11
+ extend-ignore-re = [
12
+ # ignore string which contains $0, which is used widely in tests
13
+ " .*\\ $0.*" ,
14
+ # ignore generated content like `boxed....nner()`, `Defaul...efault`
15
+ " \\ w*\\ .{3,4}\\ w*" ,
16
+ ' "flate2"' ,
17
+ " raison d'être" ,
18
+ ]
6
19
7
20
[default .extend-words ]
8
21
anser = " anser"
9
22
ba = " ba"
10
23
fo = " fo"
11
24
ket = " ket"
12
25
makro = " makro"
13
- raison = " raison"
14
26
trivias = " trivias"
15
- TOOD = " TOOD"
16
27
17
- [default ]
18
- extend-ignore-re = [
19
- # ignore string which contains $x (x is a num), which use widely in test
20
- " .*\\ $\\ d.*" ,
21
- # ignore generated content like `boxed....nner()`, `Defaul...efault`
22
- " \\ w*\\ .{3,4}\\ w*" ,
23
- ]
24
-
25
- [files ]
26
- extend-exclude = [
27
- " *.json" ,
28
- " *.rast" ,
29
- " crates/parser/test_data/lexer/err/*" ,
30
- " bench_data/*" ,
31
- ]
28
+ [default .extend-identifiers ]
29
+ datas = " datas"
30
+ impl_froms = " impl_froms"
31
+ selfs = " selfs"
You can’t perform that action at this time.
0 commit comments