Skip to content
Merged
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
5 changes: 5 additions & 0 deletions packages/altive_lints/lib/altive_lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ analyzer:
included_file_warning: ignore
# false positive when using Freezed
invalid_annotation_target: ignore

formatter:
# The default setting conflicts with require_trailing_commas.
trailing_commas: preserve
Copy link

Copilot AI May 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding or updating README or inline comments to explain the new formatter section and its effect on code formatting.

Copilot uses AI. Check for mistakes.

linter:
rules:
# Conflicts with the convention used by flutter, which puts `Key key`
Expand Down