diff --git a/packages/altive_lints/CHANGELOG.md b/packages/altive_lints/CHANGELOG.md index fa6dee3..250f184 100644 --- a/packages/altive_lints/CHANGELOG.md +++ b/packages/altive_lints/CHANGELOG.md @@ -1,3 +1,20 @@ +## 1.11.0 + +### Add Custom Lint + +If you want to adopt it, specify custom_lints in analysis_options.yaml. +Detailed notation is here: [altive_lints/example/analysis_options.yaml](https://github.com/altive/altive_lints/blob/main/packages/altive_lints/example/analysis_options.yaml) + + - **FEAT**: Add `prefer_sliver_prefix` rule ([#32](https://github.com/altive/altive_lints/issues/32)). ([6c941e72](https://github.com/altive/altive_lints/commit/6c941e725e1e67a55d25365dfc47a27eace01f0c)) + - **FEAT**: Add `prefer_clock_now` rule ([#35](https://github.com/altive/altive_lints/issues/35)). ([e5b056ad](https://github.com/altive/altive_lints/commit/e5b056ad8ff2428e191089d46770e18a38f53d7e)) + - **FEAT**: Add `prefer_dedicated_media_query_methods` rule ([#34](https://github.com/altive/altive_lints/issues/34)). ([945d5e85](https://github.com/altive/altive_lints/commit/945d5e8580fbd7ac77fa3d6a60c6ef8bf522b5f1)) + - **FEAT**: Add `prefer_space_between_elements` rule ([#33](https://github.com/altive/altive_lints/issues/33)). ([1534bffd](https://github.com/altive/altive_lints/commit/1534bffd9361092f19f0caf2410e58f4b043679a)) + - **FEAT**: Add `avoid_consecutive_sliver_to_box_adapter` rule ([#29](https://github.com/altive/altive_lints/issues/29)). ([8a22122a](https://github.com/altive/altive_lints/commit/8a22122a48ff47d260f898fa4f8db23587d04773)) + - **FEAT**: Add `avoid_hardcoded_color` rule ([#31](https://github.com/altive/altive_lints/issues/31)). ([4cfce859](https://github.com/altive/altive_lints/commit/4cfce859348b3ed3cfcc5f1063e706653769f1eb)) + - **FEAT**: Add `avoid_single_child` rule ([#30](https://github.com/altive/altive_lints/issues/30)). ([ac57d755](https://github.com/altive/altive_lints/commit/ac57d755e66fabd10d271b4073ef9dd8b7f29924)) + - **FEAT**: Add `avoid_shrink_wrap_in_list_view` rule ([#28](https://github.com/altive/altive_lints/issues/28)). ([b36d165b](https://github.com/altive/altive_lints/commit/b36d165bb48408f16ad977683f702fb747f56bb7)) + - **FEAT**: Set up custom lint ([#27](https://github.com/altive/altive_lints/issues/27)). ([f6958263](https://github.com/altive/altive_lints/commit/f69582637dd73b71fbd8bef14de5d7a290297215)) + ## 1.10.0 - **FEAT**: update all_lint_rules ([#17](https://github.com/altive/altive_lints/issues/17)). ([5cabb1d8](https://github.com/altive/altive_lints/commit/5cabb1d87b593b3ea9f0e088dfb599b9351abdb5)) diff --git a/packages/altive_lints/pubspec.yaml b/packages/altive_lints/pubspec.yaml index 0b4d5e4..e606f1b 100644 --- a/packages/altive_lints/pubspec.yaml +++ b/packages/altive_lints/pubspec.yaml @@ -2,7 +2,7 @@ name: altive_lints description: >- Provides `all_lint_rules.yaml` that activates all rules and `altive_lints.yaml` with Altive recommended rule selection. -version: 1.10.0 +version: 1.11.0 homepage: https://altive.dev repository: https://github.com/altive/altive_lints issue_tracker: https://github.com/altive/altive_lints/issues diff --git a/packages/diffscrape/pubspec.yaml b/packages/diffscrape/pubspec.yaml index 15fb64d..841bf6e 100644 --- a/packages/diffscrape/pubspec.yaml +++ b/packages/diffscrape/pubspec.yaml @@ -13,5 +13,5 @@ dependencies: http: ^1.2.1 dev_dependencies: - altive_lints: ^1.10.0 + altive_lints: ^1.11.0 test: ^1.25.7