SIGN IN SIGN UP

Analyze command cleanup.

Removing some special-casing in pursuit of aligning `flutter analyze` output with that provided by server/IDEs.  Specifically:
  * strong-hints (stale, no longer supported)
  * "analyzer says" comment handling in favor of `//ignore`s
  * `conflictingNamePattern` --- no longer needed

Next up some of the error filter regexps...
P
pq committed
aedef5139bb611d5654f35b80b2c48718a201cd2
Parent: bbb7f14