Skip to content

Commit e5fa282

Browse files
committed
add scalastyle
1 parent b99fcf2 commit e5fa282

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
@@ -1204,4 +1204,11 @@ build += {
12041204
extra.test-tasks: ["compile"]
12051205
}
12061206

1207+
// forked (July 2017) to get rid of the usual bintray-sbt stuff that
1208+
// makes dbuild upset
1209+
${vars.base} {
1210+
name: "scalastyle"
1211+
uri: ${vars.uris.scalastyle-uri}
1212+
}
1213+
12071214
]}

configs/project-refs.conf

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

0 commit comments

Comments
 (0)