File tree Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Expand file tree Collapse file tree 4 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -408,9 +408,7 @@ class FileGenerator extends ProtobufContainer {
408
408
if (! _linked) throw StateError ('not linked' );
409
409
410
410
var out = makeWriter ();
411
- _writeHeading (out, extraIgnores: {
412
- if (enumCount > 0 ) 'undefined_shown_name' ,
413
- });
411
+ _writeHeading (out);
414
412
415
413
var importWriter = ImportWriter ();
416
414
Original file line number Diff line number Diff line change 7
7
// ignore_for_file: annotate_overrides, camel_case_types
8
8
// ignore_for_file: constant_identifier_names, library_prefixes
9
9
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
10
- // ignore_for_file: return_of_invalid_type, undefined_shown_name
10
+ // ignore_for_file: return_of_invalid_type
11
11
// ignore_for_file: unnecessary_this
12
12
13
13
import 'dart:core' as $core;
Original file line number Diff line number Diff line change 7
7
// ignore_for_file: annotate_overrides, camel_case_types
8
8
// ignore_for_file: constant_identifier_names, library_prefixes
9
9
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
10
- // ignore_for_file: return_of_invalid_type, undefined_shown_name
11
- // ignore_for_file: unnecessary_this
10
+ // ignore_for_file: return_of_invalid_type, unnecessary_this
12
11
13
12
import 'dart:core' as $core;
14
13
Original file line number Diff line number Diff line change @@ -2,42 +2,42 @@ annotation: {
2
2
path : 5
3
3
path : 0
4
4
sourceFile : test
5
- begin : 455
6
- end : 464
5
+ begin : 414
6
+ end : 423
7
7
}
8
8
annotation : {
9
9
path : 5
10
10
path : 0
11
11
path : 2
12
12
path : 0
13
13
sourceFile : test
14
- begin : 517
15
- end : 523
14
+ begin : 476
15
+ end : 482
16
16
}
17
17
annotation : {
18
18
path : 5
19
19
path : 0
20
20
path : 2
21
21
path : 1
22
22
sourceFile : test
23
- begin : 599
24
- end : 603
23
+ begin : 558
24
+ end : 562
25
25
}
26
26
annotation : {
27
27
path : 5
28
28
path : 0
29
29
path : 2
30
30
path : 2
31
31
sourceFile : test
32
- begin : 677
33
- end : 681
32
+ begin : 636
33
+ end : 640
34
34
}
35
35
annotation : {
36
36
path : 5
37
37
path : 0
38
38
path : 2
39
39
path : 3
40
40
sourceFile : test
41
- begin : 756
42
- end : 764
41
+ begin : 715
42
+ end : 723
43
43
}
You can’t perform that action at this time.
0 commit comments