Skip to content

Commit 4895910

Browse files
scheglovcommit-bot@chromium.org
authored andcommitted
Revert "Exclude flow_analysis/data directories from analysis."
This reverts commit a003763. Reason for revert: Paul already landed similar change. Original change's description: > Exclude flow_analysis/data directories from analysis. > > Change-Id: I2bde938cf6fd14c65fdf281e4164c32884fff695 > Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123760 > Reviewed-by: Johnni Winther <johnniwinther@google.com> > Commit-Queue: Konstantin Shcheglov <scheglov@google.com> TBR=paulberry@google.com,scheglov@google.com,johnniwinther@google.com Change-Id: I244f3c3b16f6432d1957f971854525c04db41b8d No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/123687 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
1 parent bb45179 commit 4895910

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/_fe_analyzer_shared/analysis_options_no_lints.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
# BSD-style license that can be found in the LICENSE file.
44

55
analyzer:
6-
exclude:
7-
- test/flow_analysis/assigned_variables/data/**
8-
- test/flow_analysis/definite_assignment/data/**
9-
- test/flow_analysis/nullability/data/**
10-
- test/flow_analysis/reachability/data/**
11-
- test/flow_analysis/type_promotion/data/**
126
errors:
137
# Allow having TODOs in the code
148
todo: ignore

0 commit comments

Comments
 (0)