Unverified Commit fe26c9d8 authored by Alexandre Ardhuin's avatar Alexandre Ardhuin Committed by GitHub

complete lint list for linter-0.1.43 (#14707)

parent bd1921ec
......@@ -109,6 +109,8 @@ linter:
- prefer_conditional_assignment
- prefer_const_constructors
- prefer_const_constructors_in_immutables
# - prefer_const_declarations # not yet tested
# - prefer_const_literals_to_create_immutables # not yet tested
# - prefer_constructors_over_static_methods # not yet tested
- prefer_contains
# - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods
......
......@@ -102,6 +102,8 @@ linter:
- prefer_conditional_assignment
- prefer_const_constructors
- prefer_const_constructors_in_immutables
# - prefer_const_declarations # not yet tested
# - prefer_const_literals_to_create_immutables # not yet tested
# - prefer_constructors_over_static_methods # not yet tested
- prefer_contains
# - prefer_expression_function_bodies # conflicts with https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#consider-using--for-short-functions-and-methods
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment