Skip to content

Commit

Permalink
Add combinators_ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed Jan 26, 2023
1 parent f5459bd commit 83379b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.21.1

- Add `combinators_ordering`

## 1.21.0

- Change minimum Dart version to '2.19.0'
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.21.0"
version: "1.21.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ linter:
- cast_nullable_to_non_nullable
- close_sinks
- collection_methods_unrelated_type
# - combinators_ordering # Released in Dart 2.19
- combinators_ordering
- comment_references
- dangling_library_doc_comments
- deprecated_consistency
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pedantic_mono
description: '[mono edition] Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.'
version: 1.21.0
version: 1.21.1
repository: https://github.com/mono0926/pedantic_mono
funding:
- https://github.com/sponsors/mono0926
Expand Down

0 comments on commit 83379b4

Please sign in to comment.