Skip to content

Commit

Permalink
tooling: temporarily disable cue fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
  • Loading branch information
aluzzardi committed Apr 7, 2020
1 parent 71e6614 commit 0653739
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .script/hack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ case "${1}" in
(
echo "+++ FMT ${component}"
cd "${PKGDIR}/${component}"
cue fmt -s
# FIXME: fmt is broken with _test.cue files
#cue fmt -s
cue trim -s
)
done
Expand Down

0 comments on commit 0653739

Please sign in to comment.