[VTA] Throw exception on mis-formatted files and avoid overwrite Scala code (#4555)
authorLiangfu Chen <liangfu.chen@icloud.com>
Fri, 3 Jan 2020 17:37:50 +0000 (01:37 +0800)
committerTianqi Chen <tqchen@users.noreply.github.com>
Fri, 3 Jan 2020 17:37:50 +0000 (09:37 -0800)
vta/hardware/chisel/Makefile

index 52df5e6..743f6c6 100644 (file)
@@ -112,7 +112,7 @@ endif
 default: lint lib
 
 lint:
-       sbt scalafmt
+       sbt scalafmt --test
 
 lib: $(lib_path)