Skip to content

Commit 63cf56d

Browse files
creliercommit-bot@chromium.org
authored andcommitted
Roll benchmarks-internal to 02695da98bcf006b95630d3c386f4169d7ec4ecf
Ignore invariant_booleans lint rule when analyzing benchmarks. Change-Id: I6071d3c1407e9c67689204e4ceb50cc1c0c8e109 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152598 Reviewed-by: Alexander Markov <[email protected]> Commit-Queue: Régis Crelier <[email protected]>
1 parent 993af42 commit 63cf56d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ vars = {
4848
"co19_2_rev": "620c1148c8b7a3d7f74afacf348c46f109eb64f2",
4949

5050
# The internal benchmarks to use. See go/dart-benchmarks-internal
51-
"benchmarks_internal_rev": "e18a31671508f878c7a04b22415de22dfea29f6c",
51+
"benchmarks_internal_rev": "02695da98bcf006b95630d3c386f4169d7ec4ecf",
5252
"checkout_benchmarks_internal": False,
5353

5454
# As Flutter does, we use Fuchsia's GN and Clang toolchain. These revision

benchmarks/analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ linter:
3636
- empty_statements
3737
- hash_and_equals
3838
- implementation_imports
39-
- invariant_booleans
39+
#- invariant_booleans
4040
- iterable_contains_unrelated_type
4141
- library_names
4242
- library_prefixes

0 commit comments

Comments
 (0)