Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(221)

Side by Side Diff: pkg/front_end/analysis_options.yaml

Issue 3004143002: Disable fuzzy arrow hints in front_end and dart2js (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/compiler/analysis_options.yaml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 analyzer: 5 analyzer:
6 strong-mode: true 6 strong-mode: true
7 language: 7 language:
8 enableSuperMixins: true 8 enableSuperMixins: true
9 exclude: 9 exclude:
10 - testcases/** 10 - testcases/**
11 errors: 11 errors:
12 # Omits warnings due to missing `@virtual` 12 # Omits warnings due to missing `@virtual`
13 # TODO(sigmund): enable once #28601 is fixed 13 # TODO(sigmund): enable once #28601 is fixed
14 strong_mode_invalid_field_override: ignore 14 strong_mode_invalid_field_override: ignore
15 15
16 # Allow having TODOs in the code 16 # Allow having TODOs in the code
17 todo: ignore 17 todo: ignore
18 18
19 # https://github.com/dart-lang/sdk/issues/30590
20 # TODO(leafp): remove once #30590 is resolved
21 uses_dynamic_as_bottom: ignore
22
19 # Allow deprecated calls (although it would be nice to have a distinction 23 # Allow deprecated calls (although it would be nice to have a distinction
20 # between internal and external deprecated calls). 24 # between internal and external deprecated calls).
21 deprecated_member_use: ignore 25 deprecated_member_use: ignore
OLDNEW
« no previous file with comments | « pkg/compiler/analysis_options.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698