Skip to content

Commit

Permalink
Remove prefer_int_literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Pante committed Sep 5, 2022
1 parent 60ca03a commit f8baf02
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions flint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.5.2 (05/09/2022)
This update removes `prefer_int_literals`, see https://github.com/dart-lang/linter/issues/3657.

- Remove `prefer_int_literals`

## 2.5.1 (05/09/2022)
This update adds `depend_on_referenced_packages` which was accidentally omitted from the previous release.

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 @@ -112,7 +112,6 @@ linter:
- prefer_if_null_operators
- prefer_initializing_formals
- prefer_inlined_adds
- prefer_int_literals
- prefer_interpolation_to_compose_strings
- prefer_is_empty
- prefer_is_not_empty
Expand Down Expand Up @@ -195,6 +194,7 @@ ignore:
- parameter_assignments
- prefer_double_quotes
- prefer_final_parameters
- prefer_int_literals
- prefer_mixin
- prefer_relative_imports
- public_member_api_docs
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: Forus Labs' sets of dartanalyzer lints that we use internally in our Dart & Flutter projects.
version: 2.5.1
version: 2.5.2
homepage: https://github.com/forus-labs/cauldron
repository: https://github.com/forus-labs/cauldron

Expand Down

0 comments on commit f8baf02

Please sign in to comment.