Fix existing lint issues

This commit is contained in:
Luan Nico
2020-05-09 12:51:37 -04:00
parent 48531bff36
commit 2c17ef5bbb
5 changed files with 9 additions and 9 deletions

View File

@ -1,9 +1,9 @@
if [[ $(flutter format -n .) ]]; then
echo "files not formatted"
echo "formatting issue"
exit 1
fi
if [[ $(dartanalyzer lib/) ]]; then
echo "lintint issue"
echo "lint issue"
exit 1
fi