dart-sdk/pkg/dev_compiler/analysis_options.yaml
Paul Berry a3218d0b72 Roll back change to pkg/dev_compiler/analysis_options.yaml
This should work around #32450 and fix the buildbots.

Change-Id: I21d187a34de86ef4e383a9ea7fc297eda1363780
Reviewed-on: https://dart-review.googlesource.com/45521
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2018-03-07 12:10:07 +00:00

11 lines
197 B
YAML

analyzer:
strong-mode: true
exclude:
- doc/api/**
- gen/**
- node_modules/**
- tool/input_sdk/**
- test/codegen/**
- test/samples/**
- test/transformer/hello_app/**