-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: dartDart team may need to help usDart team may need to help ustoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
I just saw a PR where the analyzer output looked like this:
dart ./dev/bots/test.dart
SHARD=analyze
⏩ RUNNING: cd examples/hello_world; ../../bin/flutter inject-plugins
⏩ RUNNING: cd .; bin/cache/dart-sdk/bin/dart --preview-dart-2 dev/tools/gen_localizations.dart
Contents of packages/flutter_localizations/lib/src/l10n/localizations.dart matches output of gen_localizations.dart script.
⏩ RUNNING: cd .; bin/flutter analyze --flutter-repo
Analyzing 3 directories...
info • Prefer equal for default values • packages/flutter/lib/src/painting/box_decoration.dart:83:29
info • Prefer equal for default values • packages/flutter/lib/src/painting/box_decoration.dart:84:15
2 issues found. (ran in 83.2s)
[lint] 2745 public members lack documentation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ERROR: Last command exited with 1 (expected: zero).
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I don't understand why there's a stray [lint] 2745 public members lack documentation line.
cc @devoncarew
Metadata
Metadata
Assignees
Labels
c: contributor-productivityTeam-specific productivity, code health, technical debt.Team-specific productivity, code health, technical debt.c: regressionIt was better in the past than it is nowIt was better in the past than it is nowdependency: dartDart team may need to help usDart team may need to help ustoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.