Skip to content

Commit

Permalink
fix: Remove unsupported lint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
vxern committed Apr 25, 2022
1 parent a27897b commit b7f078e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 9 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.0+1

- Removed: (These were added in Linter `1.22.0`, which isn't yet featured in the
stable Dart SDK channel)
- `use_enums`
- `use_super_parameters`

## 0.1.0

- Added: (Added together with Dart `2.16.0` in Linter `1.18.0`)
Expand All @@ -10,13 +17,8 @@
- `unnecessary_late`
- `secure_pubspec_urls`
- Flutter:
- sized_box_shrink_expand
- use_decorated_box

- Removed: (These were added in Linter `1.22.0`, which isn't yet featured in the
stable Dart SDK channel)
- `use_enums`
- `use_super_parameters`
- `sized_box_shrink_expand`
- `use_decorated_box`

## 0.0.2+2

Expand Down
2 changes: 0 additions & 2 deletions lib/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ linter:
- unnecessary_string_escapes
- unnecessary_string_interpolations
- unnecessary_this
- use_enums
- use_function_type_syntax_for_parameters
- use_if_null_to_convert_nulls_to_bools
- use_is_even_rather_than_modulo
Expand All @@ -176,7 +175,6 @@ linter:
- use_rethrow_when_possible
- use_setters_to_change_properties
- use_string_buffers
- use_super_parameters
- use_test_throws_matchers
- use_to_and_as_if_applicable
- void_checks
Expand Down

0 comments on commit b7f078e

Please sign in to comment.