diff options
| author | Albert Magyar | 2020-07-20 12:17:49 -0700 |
|---|---|---|
| committer | Albert Magyar | 2020-07-21 13:06:58 -0700 |
| commit | e5568f55a6a149adfd19ad04b264a69078288f86 (patch) | |
| tree | 159cec6aa6ece2e87ceffbdc56a553fe71d0726b /Makefile | |
| parent | 7e9f424fb7dcd11c894ceb9f6f049fd9eda80632 (diff) | |
Remove scalastyle configs from repository
* Drop plugin
* Drop scalastyle tests from make recipes
* Remove checkstyle from CI
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |
