Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
64a50071
Commit
64a50071
authored
Apr 11, 2016
by
Phil Quitslund
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3252 from pq/cli_flags
Migrate `enable-strict-call-checks` flag to options file.
parents
9b2d2ad9
f270c3d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
flutter_analysis_options
packages/flutter_tools/flutter_analysis_options
+1
-0
analyze.dart
packages/flutter_tools/lib/src/commands/analyze.dart
+0
-1
No files found.
packages/flutter_tools/flutter_analysis_options
View file @
64a50071
...
...
@@ -11,6 +11,7 @@
analyzer:
language:
enableStrictCallChecks: true
enableSuperMixins: true
strong-mode: true
errors:
...
...
packages/flutter_tools/lib/src/commands/analyze.dart
View file @
64a50071
...
...
@@ -295,7 +295,6 @@ class AnalyzeCommand extends FlutterCommand {
sdkBinaryName
(
'dartanalyzer'
),
// do not set '--warnings', since that will include the entire Dart SDK
'--ignore-unrecognized-flags'
,
'--enable-strict-call-checks'
,
//TODO(pq): migrate to options once supported (dart/sdk#25983)
'--enable_type_checks'
,
'--package-warnings'
,
'--fatal-warnings'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment