mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
39c399ca98
The test in this CL will test if the transformation of a status file produce an equivalent status file. It does this by checking the number of entries and making sure to find ONE entry in the produced status file. As an invariant it needs that no duplicate entries exists in sections. Bug: Change-Id: I6aec3b20ef1bca89d6a7cf72d85487a95c3d1f0a Reviewed-on: https://dart-review.googlesource.com/21341 Reviewed-by: Alexander Thomas <athom@google.com>
10 lines
No EOL
342 B
YAML
10 lines
No EOL
342 B
YAML
# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
analyzer:
|
|
strong-mode: true
|
|
errors:
|
|
# Allow having TODOs in the code
|
|
todo: ignore
|
|
uses_dynamic_as_bottom: ignore |