Skip to content

Engine -> Framework roll is failing on the new import directives sorting lint #81689

@zanderso

Description

@zanderso

For example in the roll at:

https://ci.chromium.org/ui/p/flutter/builders/try/Linux%20analyze/15040/overview

In sample starting at packages/flutter/lib/src/cupertino/context_menu.dart:77:import 'package:flutter/cupertino.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/cupertino/text_form_field_row.dart:74:import 'package:flutter/cupertino.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/gestures/pointer_signal_resolver.dart:40:import 'package:flutter/gestures.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/material/checkbox_list_tile.dart:89:import 'package:flutter/gestures.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/material/radio_list_tile.dart:98:import 'package:flutter/gestures.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/material/switch_list_tile.dart:92:import 'package:flutter/gestures.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/services/keyboard_key.dart:50:import 'package:flutter/foundation.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/widgets/focus_manager.dart:789:import 'package:flutter/foundation.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)
In sample starting at packages/flutter/lib/src/widgets/interactive_viewer.dart:209:import 'package:flutter/material.dart';
>>> info: Sort directive sections alphabetically (directives_ordering)

Found 9 sample code errors.

@pq

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Critical issues such as a build break or regressionc: contributor-productivityTeam-specific productivity, code health, technical debt.dependency: dartDart team may need to help us

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions