SIGN IN SIGN UP

[flutter_tools] According to AnalysisSeverity return exit code detailed proposal (#61589)

No matter what level(error, warning, info) issues flutter analyze always return fatal exit code(1). CI/CD environment receive 1(!0). This may leads to e.g. Jenkins Build step 'Execute shell' marked build as failure.
I propose according to AnalysisSeverity level return fatal(1) or success(0) exit code.
I
includecmath committed
f1013e68739ea9afcff95b834365214b3dff380f
Parent: db2532a
Committed by GitHub <noreply@github.com> on 10/2/2020, 1:50:33 AM