-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Open
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
See
flutter/dev/bots/analyze_snippet_code.dart
Lines 998 to 1001 in 29d0435
| // Use the same analysis_options.yaml configuration that's used for examples/api. | |
| final File sourceAnalysisOptions = File( | |
| path.join(_flutterRoot, 'examples', 'api', 'analysis_options.yaml'), | |
| ); |
In flutter/engine#53223, we made an intentional decision to no longer require always_specify_types, and indeed that change is still in effect in the merged monorepo. However, there are scripts that assume certain properties that live outside the engine.
I had to undo style suggestions recommended by @jtmcdole (#160798 (comment)) as a result.
jtmcdole
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.Technical debt, code quality, testing, etc.engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team