Skip to content

Commit b8a62a9

Browse files
authored
[hooks] clean up unnecessary ignores (#2753)
1 parent d7979b2 commit b8a62a9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

pkgs/hooks/tool/generate_syntax.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: prefer_expression_function_bodies
6-
75
import 'dart:io';
86

97
import 'package:args/args.dart';

pkgs/hooks_runner/test/model/kernel_assets_test.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: undefined_hidden_name
6-
75
import 'package:hooks_runner/src/model/kernel_assets.dart';
86
import 'package:hooks_runner/src/model/target.dart';
97
import 'package:test/test.dart';

0 commit comments

Comments
 (0)