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.
1 parent ef34ede commit a9101dcCopy full SHA for a9101dc
tool/travis.sh
@@ -28,7 +28,7 @@ echo "PASSED"
28
29
# Make sure we pass the analyzer
30
echo "Checking dartanalyzer..."
31
-FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options analysis_options.yaml)"
+FAILS_ANALYZER="$(find lib test -name "*.dart" | xargs dartanalyzer --options .analysis_options)"
32
if [[ $FAILS_ANALYZER == *"[error]"* ]]
33
then
34
echo "FAILED"
0 commit comments