|
| 1 | +## 0.4.0 |
| 2 | + |
| 3 | +- Added `allow_with_comments` parameter for `no_empty_block` lint. |
| 4 | + |
1 | 5 | ## 0.3.0 |
2 | 6 |
|
3 | 7 | - Added `exclude` parameter for the following lints: |
|
30 | 34 | ## 0.2.0 |
31 | 35 |
|
32 | 36 | - Added `avoid_final_with_getter` rule |
33 | | -- Improve `avoid_late_keyword` - `ignored_types` to support ignoring subtype of the node type (https://github.com/solid-software/solid_lints/issues/157) |
34 | | -- Abstract methods should be omitted by `proper_super_calls` (https://github.com/solid-software/solid_lints/issues/159) |
35 | | -- Add a rule prefer_guard_clause for reversing nested if statements (https://github.com/solid-software/solid_lints/issues/91) |
36 | | -- add exclude params support to avoid_returning_widgets rule (https://github.com/solid-software/solid_lints/issues/131) |
37 | | -- add quick fix to avoid_final_with_getter (https://github.com/solid-software/solid_lints/pull/164) |
| 37 | +- Improve `avoid_late_keyword` - `ignored_types` to support ignoring subtype of the node type (<https://github.com/solid-software/solid_lints/issues/157>) |
| 38 | +- Abstract methods should be omitted by `proper_super_calls` (<https://github.com/solid-software/solid_lints/issues/159>) |
| 39 | +- Add a rule prefer_guard_clause for reversing nested if statements (<https://github.com/solid-software/solid_lints/issues/91>) |
| 40 | +- add exclude params support to avoid_returning_widgets rule (<https://github.com/solid-software/solid_lints/issues/131>) |
| 41 | +- add quick fix to avoid_final_with_getter (<https://github.com/solid-software/solid_lints/pull/164>) |
38 | 42 | - Renamed `avoid_debug_print` to `avoid_debug_print_in_release` |
39 | 43 | - The `avoid_debug_print_in_release` no longer reports a warning if the `debugPrint` call is wrapped in a `!kReleaseMode` check. |
40 | 44 | - Update custom_lints to work with newer Flutter |
|
50 | 54 | - Fixed unexpected avoid_unnecessary_type_assertions |
51 | 55 | - Added `excludeNames` param for `function_lines_of_code` lint |
52 | 56 | - Improved `avoid_unrelated_type_assertions` to support true and false results |
53 | | -- Set default `cyclomatic_complexity` to 10 (https://github.com/solid-software/solid_lints/issues/146) |
54 | | - Credits: Arthur Miranda (https://github.com/arthurbcd) |
| 57 | +- Set default `cyclomatic_complexity` to 10 (<https://github.com/solid-software/solid_lints/issues/146>) |
| 58 | + Credits: Arthur Miranda (<https://github.com/arthurbcd>) |
55 | 59 |
|
56 | 60 | ## 0.1.4 |
57 | 61 |
|
|
86 | 90 | - avoid_unrelated_type_assertions |
87 | 91 | - avoid_unused_parameters |
88 | 92 | - avoid_using_api |
89 | | - Credits: getBoolean (https://github.com/getBoolean) |
| 93 | + Credits: getBoolean (<https://github.com/getBoolean>) |
90 | 94 | - cyclomatic_complexity |
91 | 95 | - double_literal_format |
92 | 96 | - function_lines_of_code |
|
0 commit comments