Skip to content

Commit 570e786

Browse files
nivisiutpal-barman
andauthored
Update CHANGELOG.md
Co-authored-by: Utpal Barman <[email protected]>
1 parent 72f386e commit 570e786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Add new linter rules:
2929
- [unnecessary_parenthesis](https://dart.dev/tools/linter-rules/unnecessary_parenthesis) — Removes brackets
3030

3131
- [unnecessary_statements](https://dart.dev/tools/linter-rules/unnecessary_statements) — Avoids having statements that return a result but aren't used.
32+
- [unreachable_from_main](https://dart.dev/tools/linter-rules/unreachable_from_main) — Any member declared in an executable library should be used directly inside that library.
3233

3334
## 1.0.2
3435

0 commit comments

Comments
 (0)