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 266b6df commit 267f6fbCopy full SHA for 267f6fb
pkg/dev_compiler/test/test.sh
@@ -65,7 +65,8 @@ dartanalyzer --fatal-warnings --package-warnings bin/devc.dart | (! grep $PWD) \
65
# Run formatter on all files that are part of the project. This checks that all
66
# files are commited first. This also ignores local files that have never been
67
# added to the git repo.
68
-(files=`git ls-files "*.dart" | grep -v test/sdk/lib/`; git status -s $files | grep -q . \
+(files=`git ls-files "*.dart" | grep -v test/`; git status -s $files | \
69
+ grep -q . \
70
&& echo "Did not run the formatter, please commit edited files first." \
71
|| (echo "Running dart formatter" ; pub run dart_style:format -w $files))
72
popd &> /dev/null
0 commit comments