File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # 22.0.0
2+
3+ - Add new custom lints:
4+ - [ ` prefer_equatable_mixin ` ] ( https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_lint#prefer_equatable_mixin )
5+ - [ ` bloc_related_class_naming ` ] ( https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_lint#bloc_related_class_naming )
6+ - [ ` bloc_subclasses_naming ` ] ( https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_lint#bloc_subclasses_naming )
7+ - Enable the following lints:
8+ - [ ` always_use_package_imports ` ] ( https://dart.dev/tools/linter-rules/always_use_package_imports )
9+
110# 21.0.0
211
312- Support Flutter 3.41 and Dart 3.11
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ None.
219219</details>
220220
221221<details>
222- <summary>` bloc_related_class_naming` </summary>
222+ <summary><code> bloc_related_class_naming</code> </summary>
223223
224224# ## `bloc_related_class_naming`
225225
@@ -272,7 +272,7 @@ final plugin = LeanCodeLintPlugin(
272272</details>
273273
274274<details>
275- <summary>` bloc_subclasses_naming` </summary>
275+ <summary><code> bloc_subclasses_naming</code> </summary>
276276
277277# ## `bloc_subclasses_naming`
278278
Original file line number Diff line number Diff line change 11name : leancode_lint
2- version : 21 .0.0+1
2+ version : 22 .0.0
33homepage : https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_lint
44repository : https://github.com/leancodepl/flutter_corelibrary
55description : Robust and high-quality lint rules used at LeanCode.
You can’t perform that action at this time.
0 commit comments