| Index: pkg/front_end/analysis_options.yaml
|
| diff --git a/pkg/front_end/analysis_options.yaml b/pkg/front_end/analysis_options.yaml
|
| index fc1d4a2f0bc4a39a9819c8e9f7ad2821253f595e..241c9df704d6b4664967fcf1ed77280397cab5d3 100644
|
| --- a/pkg/front_end/analysis_options.yaml
|
| +++ b/pkg/front_end/analysis_options.yaml
|
| @@ -7,8 +7,7 @@ analyzer:
|
| language:
|
| enableSuperMixins: true
|
| exclude:
|
| - # TODO(devoncarew): Without this exclude I see ~400 analysis errors.
|
| - - test/fasta/**
|
| + - testcases/**
|
| errors:
|
| # Omits warnings due to missing `@virtual`
|
| # TODO(sigmund): enable once #28601 is fixed
|
|
|