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
cbb49179
Commit
cbb49179
authored
Apr 20, 2017
by
Kasper Lund
Committed by
GitHub
Apr 20, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary ignoring of (removed) strong mode warning (#9463)
parent
311d3535
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 @
cbb49179
...
...
@@ -29,8 +29,6 @@ analyzer:
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: ignore
# allow having TODOs in the code
todo: ignore
exclude:
...
...
.analysis_options_repo
View file @
cbb49179
...
...
@@ -30,8 +30,6 @@ analyzer:
missing_required_param: warning
# treat missing returns as a warning (not a hint)
missing_return: warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override: 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 @
cbb49179
...
...
@@ -29,8 +29,6 @@ analyzer:
missing_required_param
:
warning
# treat missing returns as a warning (not a hint)
missing_return
:
warning
# allow overriding fields (if they use super, ideally...)
strong_mode_invalid_field_override
:
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