2b5b3163e6
Given input on stdin it has no path to resolve the relative paths that exists in a status file from. It will thus complain about almost all lines which is not ideal. This CL changes it so it doesn't check for it when given data on stdin. This also means that - because there are no old errors on that account - if there are such errors now you will be forced to fix it. The current errors in the status files I could find have also been fixed. This should for instance have flaggen when I in https://dart-review.googlesource.com/c/sdk/+/400320 updated the pkg.status file but forgot to actually rename the underlying file (as fixed in https://dart-review.googlesource.com/c/sdk/+/400560). Technically I suppose it _did_ flag it, but there were also hundreds of lines of false positives caused by the old status file been given at stdin to check if there were existing errors - which there then was, thus not forcing me to do anything. Logical follow-up to https://dart-review.googlesource.com/c/sdk/+/370886 TEST=ci Change-Id: Ib3533ede88b6d99a31f8b423c00930857e0ba49f Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/400620 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Jens Johansen <jensj@google.com>