Skip to content

Commit

Permalink
Fix to use_colored_box
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 12, 2022
1 parent 340671b commit 1bb834e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 1.19.0

- Change minimum Dart version to '2.17.0'
- Add `used_colored_box`
- Add `use_colored_box`
- Add `use_enums`
- Add `use_super_parameters`

Expand Down
2 changes: 1 addition & 1 deletion lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ linter:
- unnecessary_statements
- unsafe_html
# - use_build_context_synchronously
- used_colored_box
- use_colored_box
- use_decorated_box
- use_enums
# - use_if_null_to_convert_nulls_to_bools
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.19.0
version: 1.19.0+1
homepage: https://github.com/mono0926/pedantic_mono

environment:
Expand Down

0 comments on commit 1bb834e

Please sign in to comment.