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
3af9ce88
Commit
3af9ce88
authored
Mar 17, 2017
by
Phil Quitslund
Committed by
GitHub
Mar 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stop ignoring `strong_mode_down_cast_composite`s (#8783) (#8853)
Fixes: #8783
parent
ef43d000
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
.analysis_options
.analysis_options
+0
-2
.analysis_options_repo
.analysis_options_repo
+0
-2
analysis_options_user.yaml
packages/flutter/lib/analysis_options_user.yaml
+0
-2
No files found.
.analysis_options
View file @
3af9ce88
...
...
@@ -30,8 +30,6 @@ analyzer:
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
exclude:
...
...
.analysis_options_repo
View file @
3af9ce88
...
...
@@ -31,8 +31,6 @@ analyzer:
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow type narrowing
strong_mode_down_cast_composite: ignore
# allow having TODOs in the code
todo: ignore
# `flutter analyze` (without `--watch`) just ignores directories
...
...
packages/flutter/lib/analysis_options_user.yaml
View file @
3af9ce88
...
...
@@ -31,8 +31,6 @@ analyzer:
missing_return
:
warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override
:
ignore
# allow type narrowing
strong_mode_down_cast_composite
:
ignore
# allow having TODOs in the code
todo
:
ignore
...
...
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