aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlbert Magyar2020-07-14 11:14:36 -0700
committerAlbert Magyar2020-07-14 12:55:35 -0700
commit82956e47b6348cad8776e01e37ba6ed74a6c750d (patch)
tree3358aba87c0f407e683905586350e8c1c1314c22 /Makefile
parent596b766639cff559e52dd51c1b7c0e3f6f58e11d (diff)
Remove scalastyle configs from repository
* Drop plugin * Drop make recipe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 178acf91..e4b6694a 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,6 @@ test-scala:
jenkins-build: clean
$(SBT) $(SBT_FLAGS) +clean +test +publish-local
- $(SBT) $(SBT_FLAGS) scalastyle coverage test
$(SBT) $(SBT_FLAGS) coverageReport
.PHONY: build clean regress build-scala test-scala