File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.4.0
2+
3+ - Enforce ` avoid_init_to_null ` and ` null_closures ` .
4+
15## 1.3.0
26
37- Enforce ` prefer_is_empty ` .
Original file line number Diff line number Diff line change 88linter :
99 rules :
1010 - avoid_empty_else
11+ - avoid_init_to_null
1112 - avoid_relative_lib_imports
1213 - avoid_return_types_on_setters
1314 - avoid_types_as_parameter_names
1415 - no_duplicate_case_values
16+ - null_closures
1517 - prefer_contains
1618 - prefer_equal_for_default_values
1719 - prefer_is_empty
Original file line number Diff line number Diff line change 11name : pedantic
2- version : 1.3 .0
2+ version : 1.4 .0
33description : How to get the most value from Dart static analysis.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/dart-lang/pedantic
You can’t perform that action at this time.
0 commit comments