Skip to content

Commit ac39b34

Browse files
committed
chore: add formatter section and re-enable null checks in equality operators
1 parent e3824c5 commit ac39b34

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

codemagic_manager/analysis_options.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,7 @@ linter:
6868
- avoid_positional_boolean_parameters # avoid
6969
- hash_and_equals
7070
- avoid_equals_and_hash_code_on_mutable_classes # avoid
71-
- avoid_null_checks_in_equality_operators
71+
- avoid_null_checks_in_equality_operators
72+
73+
formatter:
74+
page_width: 120

0 commit comments

Comments
 (0)