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
aefc62f8
Unverified
Commit
aefc62f8
authored
Nov 10, 2017
by
Alexandre Ardhuin
Committed by
GitHub
Nov 10, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try some lints (#12719)
* try some lints * remove avoid_returning_this rule
parent
454db9d4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
analysis_options.yaml
analysis_options.yaml
+3
-3
analysis_options_repo.yaml
analysis_options_repo.yaml
+3
-3
No files found.
analysis_options.yaml
View file @
aefc62f8
...
...
@@ -85,10 +85,10 @@ linter:
-
avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
-
avoid_return_types_on_setters
# - avoid_returning_null #
not yet tested
# - avoid_returning_this #
not yet tested
# - avoid_returning_null #
we do this commonly
# - avoid_returning_this #
https://github.com/dart-lang/linter/issues/842
# - avoid_setters_without_getters # not yet tested
# - avoid_types_on_closure_parameters #
not yet tested
# - avoid_types_on_closure_parameters #
conflicts with always_specify_types
-
await_only_futures
-
camel_case_types
# - cascade_invocations # not yet tested
...
...
analysis_options_repo.yaml
View file @
aefc62f8
...
...
@@ -79,10 +79,10 @@ linter:
-
avoid_null_checks_in_equality_operators
# - avoid_positional_boolean_parameters # not yet tested
-
avoid_return_types_on_setters
# - avoid_returning_null #
not yet tested
# - avoid_returning_this #
not yet tested
# - avoid_returning_null #
we do this commonly
# - avoid_returning_this #
https://github.com/dart-lang/linter/issues/842
# - avoid_setters_without_getters # not yet tested
# - avoid_types_on_closure_parameters #
not yet tested
# - avoid_types_on_closure_parameters #
conflicts with always_specify_types
-
await_only_futures
-
camel_case_types
# - cascade_invocations # not yet tested
...
...
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