mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 00:17:20 +08:00
Fix existing lint issues
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user