Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
flutter_boost_1.22.4
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
谢冠章
flutter_boost_1.22.4
Commits
9fea4af0
Commit
9fea4af0
authored
Apr 13, 2020
by
AlexVincent525
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🔥
Remove unnecessary exclude in options.
parent
6f8de4fa
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
analysis_options.yaml
analysis_options.yaml
+2
-5
No files found.
analysis_options.yaml
View file @
9fea4af0
...
@@ -22,8 +22,6 @@ analyzer:
...
@@ -22,8 +22,6 @@ analyzer:
strong-mode
:
strong-mode
:
implicit-casts
:
false
implicit-casts
:
false
implicit-dynamic
:
false
implicit-dynamic
:
false
enable-experiment
:
-
extension-methods
errors
:
errors
:
# treat missing required parameters as a warning (not a hint)
# treat missing required parameters as a warning (not a hint)
missing_required_param
:
warning
missing_required_param
:
warning
...
@@ -41,7 +39,6 @@ analyzer:
...
@@ -41,7 +39,6 @@ analyzer:
# see https://github.com/dart-lang/sdk/issues/28463
# see https://github.com/dart-lang/sdk/issues/28463
-
"
lib/i18n/messages_*.dart"
-
"
lib/i18n/messages_*.dart"
-
"
lib/src/http/**"
-
"
lib/src/http/**"
-
"
lib/openjmu_*.dart"
linter
:
linter
:
rules
:
rules
:
...
@@ -62,7 +59,7 @@ linter:
...
@@ -62,7 +59,7 @@ linter:
-
avoid_classes_with_only_static_members
-
avoid_classes_with_only_static_members
# - avoid_double_and_int_checks # only useful when targeting JS runtime
# - avoid_double_and_int_checks # only useful when targeting JS runtime
-
avoid_empty_else
-
avoid_empty_else
# - avoid_equals_and_hash_code_on_mutable_classes # not yet tested
-
avoid_equals_and_hash_code_on_mutable_classes
-
avoid_field_initializers_in_const_classes
-
avoid_field_initializers_in_const_classes
-
avoid_function_literals_in_foreach_calls
-
avoid_function_literals_in_foreach_calls
# - avoid_implementing_value_types # not yet tested
# - avoid_implementing_value_types # not yet tested
...
@@ -82,7 +79,7 @@ linter:
...
@@ -82,7 +79,7 @@ linter:
# - avoid_returning_this # there are plenty of valid reasons to return this
# - avoid_returning_this # there are plenty of valid reasons to return this
# - avoid_setters_without_getters # not yet tested
# - avoid_setters_without_getters # not yet tested
# - avoid_shadowing_type_parameters # not yet tested
# - avoid_shadowing_type_parameters # not yet tested
# - avoid_single_cascade_in_expression_statements # not yet tested
-
avoid_single_cascade_in_expression_statements
-
avoid_slow_async_io
-
avoid_slow_async_io
-
avoid_types_as_parameter_names
-
avoid_types_as_parameter_names
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
# - avoid_types_on_closure_parameters # conflicts with always_specify_types
...
...
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