Skip to content

Commit 40c91fb

Browse files
Prepare leancode_lint for v22 (#513)
* Fix lint names formatting * Bump package version * Add changelog entry
1 parent 84b1720 commit 40c91fb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

packages/leancode_lint/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

packages/leancode_lint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

packages/leancode_lint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: leancode_lint
2-
version: 21.0.0+1
2+
version: 22.0.0
33
homepage: https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_lint
44
repository: https://github.com/leancodepl/flutter_corelibrary
55
description: Robust and high-quality lint rules used at LeanCode.

0 commit comments

Comments
 (0)