From e5568f55a6a149adfd19ad04b264a69078288f86 Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Mon, 20 Jul 2020 12:17:49 -0700 Subject: Remove scalastyle configs from repository * Drop plugin * Drop scalastyle tests from make recipes * Remove checkstyle from CI --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9184c09c..fdafb791 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ CHISEL_VERSION = $(shell "$(SBT)" $(SBT_FLAGS) "show version" | tail -n 1 | cut TEST_OUTPUT_DIR ?= ./test_run_dur RM_DIRS := $(TEST_OUTPUT_DIR) -.PHONY: smoke publish-local pubishLocal check clean jenkins-build coverage scaladoc test checkstyle compile \ +.PHONY: smoke publish-local pubishLocal check clean jenkins-build coverage scaladoc test compile \ mill.build mill.test mill.publishLocal mill.build.all mill.test.all mill.publishLocal.all mill-tools default: publishLocal @@ -42,9 +42,6 @@ publish-local publishLocal: test: $(SBT) $(SBT_FLAGS) test -checkstyle: - $(SBT) $(SBT_FLAGS) scalastyle test:scalastyle - coverage: $(SBT) $(SBT_FLAGS) coverage test $(SBT) $(SBT_FLAGS) coverageReport coverageAggregate @@ -72,7 +69,7 @@ site: jenkins-build: clean $(SBT) $(SBT_FLAGS) test $(SBT) $(SBT_FLAGS) clean publishLocal - $(SBT) $(SBT_FLAGS) scalastyle coverage test + $(SBT) $(SBT_FLAGS) coverage test $(SBT) $(SBT_FLAGS) coverageReport # Compile and package jar -- cgit v1.2.3