https://github.com/buildo/scala-style-guide
A shared scala style guide for buildo projects
https://github.com/buildo/scala-style-guide
Last synced: 7 months ago
JSON representation
A shared scala style guide for buildo projects
- Host: GitHub
- URL: https://github.com/buildo/scala-style-guide
- Owner: buildo
- Created: 2016-02-27T15:13:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T14:57:38.000Z (over 10 years ago)
- Last Synced: 2025-01-21T03:41:34.934Z (over 1 year ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-style-guide
A shared scala style guide for buildo projects
## Usage with scalastyle sbt plugin
Add the [scalastyle sbt plugin](http://www.scalastyle.org/sbt.html), by adding
```scala
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
```
to `project/plugins.sbt`.
Then in `build.sbt` add
```scala
(scalastyleConfigUrl in Compile) := Some(url("https://raw.githubusercontent.com/buildo/scala-style-guide/master/scalastyle-config.xml"))
```