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
c103fd0c
Unverified
Commit
c103fd0c
authored
Apr 16, 2018
by
Alexandre Ardhuin
Committed by
GitHub
Apr 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable avoid_private_typedef_functions lint (#16495)
parent
ab9ba3f9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
analysis_options.yaml
analysis_options.yaml
+1
-1
analysis_options_repo.yaml
analysis_options_repo.yaml
+1
-1
No files found.
analysis_options.yaml
View file @
c103fd0c
...
@@ -64,7 +64,7 @@ linter:
...
@@ -64,7 +64,7 @@ linter:
-
avoid_init_to_null
-
avoid_init_to_null
-
avoid_null_checks_in_equality_operators
-
avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
# - avoid_positional_boolean_parameters # not yet tested
# - avoid_private_typedef_functions #
not yet tested
# - avoid_private_typedef_functions #
we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356)
-
avoid_relative_lib_imports
-
avoid_relative_lib_imports
-
avoid_renaming_method_parameters
-
avoid_renaming_method_parameters
-
avoid_return_types_on_setters
-
avoid_return_types_on_setters
...
...
analysis_options_repo.yaml
View file @
c103fd0c
...
@@ -57,7 +57,7 @@ linter:
...
@@ -57,7 +57,7 @@ linter:
-
avoid_init_to_null
-
avoid_init_to_null
-
avoid_null_checks_in_equality_operators
-
avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
# - avoid_positional_boolean_parameters # not yet tested
# - avoid_private_typedef_functions #
not yet tested
# - avoid_private_typedef_functions #
we prefer having typedef (discussion in https://github.com/flutter/flutter/pull/16356)
-
avoid_relative_lib_imports
-
avoid_relative_lib_imports
-
avoid_renaming_method_parameters
-
avoid_renaming_method_parameters
-
avoid_return_types_on_setters
-
avoid_return_types_on_setters
...
...
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