From 82956e47b6348cad8776e01e37ba6ed74a6c750d Mon Sep 17 00:00:00 2001 From: Albert Magyar Date: Tue, 14 Jul 2020 11:14:36 -0700 Subject: Remove scalastyle configs from repository * Drop plugin * Drop make recipe --- Makefile | 1 - project/plugins.sbt | 2 - scalastyle-config.xml | 110 --------------------------------------------- scalastyle-test-config.xml | 109 -------------------------------------------- 4 files changed, 222 deletions(-) delete mode 100644 scalastyle-config.xml delete mode 100644 scalastyle-test-config.xml 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 diff --git a/project/plugins.sbt b/project/plugins.sbt index 61aca888..357bfa67 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,8 +10,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") - addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10") diff --git a/scalastyle-config.xml b/scalastyle-config.xml deleted file mode 100644 index e12da8c2..00000000 --- a/scalastyle-config.xml +++ /dev/null @@ -1,110 +0,0 @@ - - Scalastyle standard configuration - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No lines ending with a ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |\|\||&&|:=|<>|<=|>=|!=|===|=/=|<<|>>|##|unary_(~|\-%?|!))$]]> - - - - - - - - - - - diff --git a/scalastyle-test-config.xml b/scalastyle-test-config.xml deleted file mode 100644 index bf32aacd..00000000 --- a/scalastyle-test-config.xml +++ /dev/null @@ -1,109 +0,0 @@ - - Scalastyle configuration for Chisel3 unit tests - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - No lines ending with a ; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |\|\||&&|:=|<>|<=|>=|!=|===|<<|>>|##|unary_(~|\-%?|!))$]]> - - - - - - - - - - - -- cgit v1.2.3