Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
8364140e
Unverified
Commit
8364140e
authored
Mar 18, 2021
by
Michael Goderbauer
Committed by
GitHub
Mar 18, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean-up ignores that are not ignoring anything (dev/ edition) (#78490)
parent
d27666e0
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
9 deletions
+1
-9
all_elements_bench.dart
...ks/microbenchmarks/lib/foundation/all_elements_bench.dart
+1
-2
icons.dart
dev/integration_tests/flutter_gallery/lib/gallery/icons.dart
+0
-1
default_streams_test.dart
dev/tracing_tests/test/default_streams_test.dart
+0
-3
image_painting_event_test.dart
dev/tracing_tests/test/image_painting_event_test.dart
+0
-3
No files found.
dev/benchmarks/microbenchmarks/lib/foundation/all_elements_bench.dart
View file @
8364140e
...
...
@@ -4,8 +4,7 @@
import
'package:flutter/material.dart'
;
import
'package:flutter/scheduler.dart'
;
// ignore: implementation_imports
import
'package:flutter_test/src/all_elements.dart'
;
import
'package:flutter_test/flutter_test.dart'
show
collectAllElementsFrom
;
import
'../common.dart'
;
...
...
dev/integration_tests/flutter_gallery/lib/gallery/icons.dart
View file @
8364140e
...
...
@@ -7,7 +7,6 @@ import 'package:flutter/material.dart';
class
GalleryIcons
{
// This class is not meant to be instatiated or extended; this constructor
// prevents instantiation and extension.
// ignore: unused_element
GalleryIcons
.
_
();
static
const
IconData
tooltip
=
IconData
(
0xe900
,
fontFamily:
'GalleryIcons'
);
...
...
dev/tracing_tests/test/default_streams_test.dart
View file @
8364140e
...
...
@@ -27,9 +27,6 @@ void main() {
});
tearDownAll
(()
async
{
// TODO(dnfield): Remove ignore once internal repo is up to date
// https://github.com/flutter/flutter/issues/74518
// ignore: await_only_futures
await
vmService
.
dispose
();
});
...
...
dev/tracing_tests/test/image_painting_event_test.dart
View file @
8364140e
...
...
@@ -38,9 +38,6 @@ void main() {
});
tearDownAll
(()
async
{
// TODO(dnfield): Remove ignore once internal repo is up to date
// https://github.com/flutter/flutter/issues/74518
// ignore: await_only_futures
await
vmService
.
dispose
();
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment