Skip to content

Commit 5c063d2

Browse files
Analyze with fatal infos on both stable and beta (flutter#962)
1 parent 9102cb4 commit 5c063d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tool/flutter_ci_script_shared.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ function ci_projects () {
1212
flutter pub get
1313

1414
# 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
15+
dart analyze --fatal-infos
2016

2117
# Run the formatter on all the dart files to make sure everything's linted.
2218
dart format --output none --set-exit-if-changed .

0 commit comments

Comments
 (0)