Skip to content

Commit

Permalink
removed line length
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsadMaqsood committed May 14, 2023
1 parent 2789b5c commit 896678d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions check-all
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ set -e
flutter --version
rm -rf ./coverage
flutter pub get
dart format -l 200 .
dart format .
# dart format -l 200 .
flutter analyze . --no-fatal-warnings
dart format -l 200 . --set-exit-if-changed
dart format . --set-exit-if-changed
# dart format -l 200 . --set-exit-if-changed
flutter test --coverage

lcov -r coverage/lcov.info '*/__test*__/*' -o coverage/lcov_cleaned.info
Expand Down

0 comments on commit 896678d

Please sign in to comment.