Skip to content

Commit

Permalink
Remove terrible unreachable_from_main rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Aug 17, 2023
1 parent 7d8b1b6 commit d6a1a35
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions flint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.8.1 (17/08/2023)
- Remove `unreachable_from_main`

# 2.8.0 (17/08/2023)
This update focuses on lint rules introduce in Dart 3.1.0.

Expand Down
2 changes: 1 addition & 1 deletion flint/lib/analysis_options.dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ linter:
- unnecessary_string_interpolations
- unnecessary_this
- unnecessary_to_list_in_spreads
- unreachable_from_main
- unrelated_type_equality_checks
- unsafe_html
- use_enums
Expand Down Expand Up @@ -213,6 +212,7 @@ ignore:
- sort_constructors_first
- sort_unnamed_constructors_first
- unnecessary_final
- unreachable_from_main
- use_colored_box
- use_decorated_box
- use_full_hex_values_for_flutter_colors
Expand Down
2 changes: 1 addition & 1 deletion flint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flint
description: Analyzer lints used internally in Forus Labs' Dart & Flutter projects.
version: 2.8.0
version: 2.8.1
homepage: https://github.com/forus-labs/cauldron
repository: https://github.com/forus-labs/cauldron

Expand Down

0 comments on commit d6a1a35

Please sign in to comment.