You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1021 B
36 lines
1021 B
1 year ago
|
include: package:neon_lints/dartdoc_options.yaml
|
||
|
|
||
|
dartdoc:
|
||
|
nodoc: ['lib/l10n/*.dart']
|
||
|
showUndocumentedCategories: true
|
||
|
ignore:
|
||
|
## Errors that are ignored:
|
||
|
## Warnings that are ignored:
|
||
|
- reexported-private-api-across-packages
|
||
|
## Default ignores for dartdoc:
|
||
|
errors:
|
||
|
## Default errors of dartdoc:
|
||
|
- duplicate-file
|
||
|
- invalid-parameter
|
||
|
- tool-error
|
||
|
- unresolved-export
|
||
|
## Warnings that are elevated to errors:
|
||
|
- ambiguous-doc-reference
|
||
|
- ambiguous-reexport
|
||
|
- broken-link
|
||
|
- category-order-gives-missing-package-name
|
||
|
- deprecated
|
||
|
- ignored-canonical-for
|
||
|
- missing-from-search-index
|
||
|
- no-canonical-found
|
||
|
- no-documentable-libraries
|
||
|
- no-library-level-docs
|
||
|
- orphaned-file
|
||
|
- unknown-file
|
||
|
- unknown-macro
|
||
|
- unresolved-doc-reference
|
||
|
## Ignores that are elevated to errors:
|
||
|
# - type-as-html # broken, https://github.com/dart-lang/dartdoc/issues/3545
|
||
|
- missing-constant-constructor
|
||
|
- missing-code-block-language
|