Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/cupertino_ui/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ analyzer:
- windows/**
- macos/**
- linux/**
# These are repeated from ../../analysis_options.yaml because pana cannot see
# the shared options when the package is published.
errors:
deprecated_member_use: ignore
deprecated_member_use_from_same_package: ignore
# `dart analyze` hasn't recognized the @example directive yet.
# Remove it once https://github.com/dart-lang/sdk/pull/63646 is landed.
doc_directive_unknown: ignore

linter:
rules:
Expand Down
8 changes: 8 additions & 0 deletions packages/material_ui/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ analyzer:
- windows/**
- macos/**
- linux/**
# These are repeated from ../../analysis_options.yaml because pana cannot see
# the shared options when the package is published.
errors:
deprecated_member_use: ignore
deprecated_member_use_from_same_package: ignore
# `dart analyze` hasn't recognized the @example directive yet.
# Remove it once https://github.com/dart-lang/sdk/pull/63646 is landed.
doc_directive_unknown: ignore

linter:
rules:
Expand Down
Loading