-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P4devexp-commandIssues with the command-line dartanalyzer toolIssues with the command-line dartanalyzer toollegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.
Description
The two google links at:
sdk/pkg/analyzer_cli/lib/src/options.dart
Line 383 in 2c0ba56
help: 'Disable implicit casts in strong mode (https://goo.gl/cTLz40).', |
sdk/pkg/analyzer_cli/lib/src/options.dart
Line 389 in 2c0ba56
help: 'Disable implicit dynamic (https://goo.gl/m0UgXD).', |
both point to a Markdown doc that was last updated in 2016 and is in an archived / deprecated repo.
It's unclear whether these are still relevant. https://dart.dev/guides/language/analysis-options#enabling-additional-type-checks suggests that implicit-casts
is now deprecated; it's not clear whether the same applies to implicit-dynamic
or not. I'm unclear whether they should still be turned on?
Metadata
Metadata
Assignees
Labels
P4devexp-commandIssues with the command-line dartanalyzer toolIssues with the command-line dartanalyzer toollegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.