Skip to content

Remove require_trailing_commas #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.30.3

- Remove `require_trailing_commas`

## 1.30.2

- Add `specify_nonobvious_property_types`
Expand Down
2 changes: 1 addition & 1 deletion lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.30.2
version: 1.30.3
repository: https://github.com/mono0926/pedantic_mono
funding:
- https://github.com/sponsors/mono0926
Expand Down