Reduce the amount of spam from analyze watch. (#7582)

See https://github.com/dart-lang/sdk/issues/28463, which I think is a
regression.

This also fixes the regression introduced by
https://codereview.chromium.org/2559773002 whereby we were no longer
checking any of the lints.
This commit is contained in:
Ian Hickson
2017-01-22 16:43:24 -08:00
committed by GitHub
parent 1e1463216a
commit cbda208b4b
11 changed files with 42 additions and 50 deletions

View File

@@ -0,0 +1,4 @@
analyzer:
exclude:
- '**'

View File