Created
November 11, 2016 21:02
-
-
Save abarth/befaa99ea67f25a74262f2c264a7f2a5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
set -e | |
/src/flutter/flutter/bin/cache/dart-sdk/bin/dartanalyzer \ | |
--lints \ | |
--package-warnings \ | |
"$1/$2" \ | |
--packages=out/debug-x86-64/gen/$1/${1##*/}_dart_package.packages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment