`flutter analyze` -> `dart analyze` (#849)

pull/854/head
Brett Morgan 3 years ago committed by GitHub
parent 1403e67144
commit d3c4645a42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ function ci_projects () {
flutter pub get
# Run the analyzer to find any static analysis issues.
flutter analyze
dart analyze
# Run the formatter on all the dart files to make sure everything's linted.
dart format --output none --set-exit-if-changed .

Loading…
Cancel
Save