Skip to content

Commit b5ca08e

Browse files
committed
misc: remove many // ignore_for_file: annotate_overrides
1 parent eba5cd1 commit b5ca08e

File tree

9 files changed

+4
-13
lines changed

9 files changed

+4
-13
lines changed

example/lib/example.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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: annotate_overrides
6-
75
import 'package:json_annotation/json_annotation.dart';
86
part 'example.g.dart';
97

json_serializable/example/example.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
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: annotate_overrides, hash_and_equals
65
import 'package:json_annotation/json_annotation.dart';
76

87
part 'example.g.dart';

json_serializable/test/default_value/default_value.checked.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// _CheckedGenerator
99
// **************************************************************************
1010

11-
// ignore_for_file: annotate_overrides
12-
1311
import 'package:json_annotation/json_annotation.dart';
1412

1513
import 'default_value_interface.dart' as dvi hide Greek;

json_serializable/test/default_value/default_value.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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: annotate_overrides
6-
75
import 'package:json_annotation/json_annotation.dart';
86

97
import 'default_value_interface.dart' as dvi hide Greek;

json_serializable/test/integration/json_test_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: annotate_overrides, hash_and_equals
5+
// ignore_for_file: hash_and_equals
66
import 'dart:collection';
77

88
import 'package:json_annotation/json_annotation.dart';

json_serializable/test/integration/json_test_example.non_nullable.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// _NonNullableGenerator
99
// **************************************************************************
1010

11-
// ignore_for_file: annotate_overrides, hash_and_equals
11+
// ignore_for_file: hash_and_equals
1212
import 'dart:collection';
1313

1414
import 'package:json_annotation/json_annotation.dart';

json_serializable/test/integration/json_test_example.non_nullable.wrapped.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// _NonNullableGenerator
1515
// **************************************************************************
1616

17-
// ignore_for_file: annotate_overrides, hash_and_equals
17+
// ignore_for_file: hash_and_equals
1818
import 'dart:collection';
1919

2020
import 'package:json_annotation/json_annotation.dart';

json_serializable/test/integration/json_test_example.wrapped.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// _WrappedGenerator
99
// **************************************************************************
1010

11-
// ignore_for_file: annotate_overrides, hash_and_equals
11+
// ignore_for_file: hash_and_equals
1212
import 'dart:collection';
1313

1414
import 'package:json_annotation/json_annotation.dart';

json_serializable/test/yaml/build_config.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
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: annotate_overrides
6-
75
import 'package:json_annotation/json_annotation.dart';
86
import 'package:meta/meta.dart';
97

0 commit comments

Comments
 (0)