Skip to content

Commit

Permalink
Make warnings and info's fatal again
Browse files Browse the repository at this point in the history
In every module this time, no discrimination
  • Loading branch information
stephanmantel committed May 24, 2024
1 parent a5225f3 commit bcf02e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
chmod u+x foreach_module.sh

# Run dart analyze . on every module
./foreach_module.sh 'dart analyze .'
./foreach_module.sh 'dart analyze --fatal-infos --fatal-warnings .'

0 comments on commit bcf02e3

Please sign in to comment.