Skip to content

Commit 648572e

Browse files
committed
[swiftgen] clean up unnecessary 'ignore_for_file's
1 parent e9910c3 commit 648572e

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

pkgs/swiftgen/example/generate_code.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
),

pkgs/swiftgen/test/integration/classes_bindings.dart

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,12 @@
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
1811
import 'dart:ffi' as ffi;
1912
import 'package:objective_c/objective_c.dart' as objc;
2013
import 'package:ffi/ffi.dart' as pkg_ffi;

pkgs/swiftgen/test/integration/util.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)