-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
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
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug