From e740e82c305502443b09357ba2db79126395a93e Mon Sep 17 00:00:00 2001 From: masaki Date: Tue, 18 Feb 2025 11:36:38 +0900 Subject: [PATCH] Remove `require_trailing_commas` --- CHANGELOG.md | 4 ++++ lib/analysis_options.yaml | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f960f54..e88bea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.30.3 + +- Remove `require_trailing_commas` + ## 1.30.2 - Add `specify_nonobvious_property_types` diff --git a/lib/analysis_options.yaml b/lib/analysis_options.yaml index bd2f253..96ffff5 100644 --- a/lib/analysis_options.yaml +++ b/lib/analysis_options.yaml @@ -77,7 +77,7 @@ linter: - prefer_foreach - prefer_int_literals - prefer_single_quotes - - require_trailing_commas +# - require_trailing_commas - sized_box_shrink_expand - sort_constructors_first - sort_pub_dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 743b421..a71f4cb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.30.2 +version: 1.30.3 repository: https://github.com/mono0926/pedantic_mono funding: - https://github.com/sponsors/mono0926