Skip to content

Commit

Permalink
chore: use format and fix until clean
Browse files Browse the repository at this point in the history
  • Loading branch information
td-famedly committed Dec 18, 2024
1 parent 6d51650 commit eb9c2aa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions scripts/matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ sed -i'.bakmacoscompat' s/RoomKeysRequired/RoomKeys/g "$1"/api.dart
cd "$1"
dart pub get
flutter pub run build_runner build --delete-conflicting-outputs
dart fix --apply
dart format -o write .
flutter pub run import_sorter:main --no-comments
# add any fixes after formatting
dart format .
dart fix --apply
dart format .
dart fix --apply

flutter pub run import_sorter:main --no-comments
dart format .
dart fix --apply

0 comments on commit eb9c2aa

Please sign in to comment.