Skip to content

Commit b64556f

Browse files
Update changelog, bump version to 0.0.4 (#3)
1 parent db4235f commit b64556f

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.0.4
2+
3+
- Set maximum method length to 200
4+
- Set maximum parameters list length to 7
5+
16
## 0.0.3
27

38
- Configure rules based on Flutter 2.5 (Dart 2.14.4)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ To indicate that your project is using Solid Lints, you can use the following ba
3535

3636
```markdown
3737
[![style: solid](https://img.shields.io/badge/style-solid-orange)](https://pub.dev/packages/solid_lints)
38-
```
38+
```

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
name: solid_lints
22
description: Lints for Dart and Flutter based on software industry standards and best practices.
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/solid-software/solid_lints/
55

66
environment:
77
sdk: '>=2.14.4 <3.0.0'
88

99
dependencies:
1010
dart_code_metrics: ^4.8.0
11-

0 commit comments

Comments
 (0)