docs


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalalint
ArtifactId

ArtifactId

docs_2.12
Last Version

Last Version

0.1.2
Release Date

Release Date

Type

Type

jar
Description

Description

docs
docs
Project URL

Project URL

https://www.scalalint.org
Project Organization

Project Organization

org.scalalint
Source Code Management

Source Code Management

https://github.com/pdalpra/scalalint

Download docs_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalalint/docs_2.12/ -->
<dependency>
    <groupId>org.scalalint</groupId>
    <artifactId>docs_2.12</artifactId>
    <version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalalint/docs_2.12/
implementation 'org.scalalint:docs_2.12:0.1.2'
// https://jarcasting.com/artifacts/org.scalalint/docs_2.12/
implementation ("org.scalalint:docs_2.12:0.1.2")
'org.scalalint:docs_2.12:jar:0.1.2'
<dependency org="org.scalalint" name="docs_2.12" rev="0.1.2">
  <artifact name="docs_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalalint', module='docs_2.12', version='0.1.2')
)
libraryDependencies += "org.scalalint" % "docs_2.12" % "0.1.2"
[org.scalalint/docs_2.12 "0.1.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10
org.scalameta : mdoc_2.12 jar 1.3.2

Project Modules

There are no modules declared in this project.

Scalalint

Travis Maven metadata URL Gitter

Scalalint is a Scala linter tool, built using Scalafix.

Setup

Setup the scalafix plugin in your sbt build. In project/plugins.sbt, add:

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.8")

Then enable Scalalint rules in your build, in build.sbt:

scalafixDependencies in ThisBuild += "org.scalalint" %% "rules" % "0.1.4"

For more information, head to the microsite !

Versions

Version
0.1.2
0.1.1