Skip to content

dartdoc_options exclude ignored #2155

Closed
@tbarbugli

Description

@tbarbugli

On a Flutter package, when I exclude packages via cmd line flag I get the expected behavior, if I move that list to options the exclude is ignored.

dartdoc:
  exclude: ["dart:async", "dart:collection", "dart:convert", "dart:core", "dart:developer", "dart:io", "dart:isolate", "dart:math", "dart:typed_data", "dart:ui", "dart:ffi", "dart:html", "dart:js", "dart:js_util"]

I tried adding some other option to the file just to be sure it was actually used by dartdoc and I can see it is actually used and other options work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1A high priority bug; for example, a single project is unusable or has many test failurestype-enhancementA request for a change that isn't a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions