We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stable
beta
1 parent 9102cb4 commit 5c063d2Copy full SHA for 5c063d2
tool/flutter_ci_script_shared.sh
@@ -12,11 +12,7 @@ function ci_projects () {
12
flutter pub get
13
14
# Run the analyzer to find any static analysis issues.
15
- if [ "$channel" == 'stable' ]; then
16
- dart analyze --fatal-infos
17
- else
18
- dart analyze
19
- fi
+ dart analyze --fatal-infos
20
21
# Run the formatter on all the dart files to make sure everything's linted.
22
dart format --output none --set-exit-if-changed .
0 commit comments