File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,6 @@ Future<void> main() async {
3636// for details. All rights reserved. Use of this source code is governed by a
3737// BSD-style license that can be found in the LICENSE file.
3838
39- // ignore_for_file: always_specify_types
40- // ignore_for_file: camel_case_types
41- // ignore_for_file: non_constant_identifier_names
42- // ignore_for_file: unnecessary_non_null_assertion
43- // ignore_for_file: unused_element
44- // ignore_for_file: unused_field
45- // ignore_for_file: unused_import
4639// coverage:ignore-file
4740''' ,
4841 ),
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5- // ignore_for_file: always_specify_types
6- // ignore_for_file: camel_case_types
7- // ignore_for_file: non_constant_identifier_names
8- // ignore_for_file: unnecessary_non_null_assertion
9- // ignore_for_file: unused_element
10- // ignore_for_file: unused_field
11- // ignore_for_file: unused_import
125// coverage:ignore-file
136
147// AUTO GENERATED FILE, DO NOT EDIT.
158//
169// Generated by `package:ffigen`.
17- // ignore_for_file: type=lint
10+ // ignore_for_file: type=lint, unused_import
1811import 'dart:ffi' as ffi;
1912import 'package:objective_c/objective_c.dart' as objc;
2013import 'package:ffi/ffi.dart' as pkg_ffi;
Original file line number Diff line number Diff line change @@ -69,13 +69,6 @@ class TestGenerator {
6969// for details. All rights reserved. Use of this source code is governed by a
7070// BSD-style license that can be found in the LICENSE file.
7171
72- // ignore_for_file: always_specify_types
73- // ignore_for_file: camel_case_types
74- // ignore_for_file: non_constant_identifier_names
75- // ignore_for_file: unnecessary_non_null_assertion
76- // ignore_for_file: unused_element
77- // ignore_for_file: unused_field
78- // ignore_for_file: unused_import
7972// coverage:ignore-file
8073''' ,
8174 ),
You can’t perform that action at this time.
0 commit comments