Skip to content

Commit df17f46

Browse files
Add version 0.4.0 changelog
1 parent 786bc96 commit df17f46

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0
2+
3+
- Added `allow_with_comments` parameter for `no_empty_block` lint.
4+
15
## 0.3.0
26

37
- Added `exclude` parameter for the following lints:
@@ -30,11 +34,11 @@
3034
## 0.2.0
3135

3236
- 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>)
3842
- Renamed `avoid_debug_print` to `avoid_debug_print_in_release`
3943
- The `avoid_debug_print_in_release` no longer reports a warning if the `debugPrint` call is wrapped in a `!kReleaseMode` check.
4044
- Update custom_lints to work with newer Flutter
@@ -50,8 +54,8 @@
5054
- Fixed unexpected avoid_unnecessary_type_assertions
5155
- Added `excludeNames` param for `function_lines_of_code` lint
5256
- 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>)
5559

5660
## 0.1.4
5761

@@ -86,7 +90,7 @@
8690
- avoid_unrelated_type_assertions
8791
- avoid_unused_parameters
8892
- avoid_using_api
89-
Credits: getBoolean (https://github.com/getBoolean)
93+
Credits: getBoolean (<https://github.com/getBoolean>)
9094
- cyclomatic_complexity
9195
- double_literal_format
9296
- function_lines_of_code

0 commit comments

Comments
 (0)