Exclude _fe_analyzer_shared/test/constants/data

R=brianwilkerson@google.com, paulberry@google.com

Change-Id: I9fd93402a84137106d8c3c0172ed91a5ae7e75f7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143241
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
This commit is contained in:
Konstantin Shcheglov 2020-04-13 17:47:32 +00:00 committed by commit-bot@chromium.org
parent 115fb42a01
commit 22d08d8e26

View file

@ -7,6 +7,7 @@ analyzer:
# Allow having TODOs in the code
todo: ignore
exclude:
- test/constants/data/**
- test/flow_analysis/assigned_variables/data/**
- test/flow_analysis/definite_assignment/data/**
- test/flow_analysis/definite_unassignment/data/**