Skip to content

Commit 088a8b8

Browse files
committed
add scalastyle
1 parent c7a560a commit 088a8b8

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configs/community.dbuild

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,4 +1215,11 @@ build += {
12151215
extra.test-tasks: ["compile"]
12161216
}
12171217

1218+
// forked (July 2017) to get rid of the usual bintray-sbt stuff that
1219+
// makes dbuild upset
1220+
${vars.base} {
1221+
name: "scalastyle"
1222+
uri: ${vars.uris.scalastyle-uri}
1223+
}
1224+
12181225
]}

configs/project-refs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ vars.uris: {
8787
scalapb-uri: "https://github.com/scalapb/ScalaPB.git#268318c" # was master
8888
scalaprops-uri: "https://github.com/scalaprops/scalaprops.git"
8989
scalariform-uri: "https://github.com/scala-ide/scalariform.git"
90+
scalastyle-uri: "https://github.com/scalacommunitybuild/scalastyle.git#community-build-2.12"
9091
scalatags-uri: "https://github.com/lihaoyi/scalatags.git"
9192
scalatest-uri: "https://github.com/scalatest/scalatest.git#3.0.x"
9293
scalatex-uri: "https://github.com/lihaoyi/scalatex.git"

0 commit comments

Comments
 (0)