Skip to content

Analyzer output has weird "[lint] 2745 public members lack documentation" line. #18389

@Hixie

Description

@Hixie

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

No one assigned

    Labels

    c: contributor-productivityTeam-specific productivity, code health, technical debt.c: regressionIt was better in the past than it is nowdependency: dartDart team may need to help ustoolAffects the "flutter" command-line tool. See also t: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions