tanishiking / scalafix-check-scaladoc   0.0.2

GitHub

Custom scalafix lint rule that examines scaladoc comments on classes, methods, values, type definitions, and so on.

Scala versions: 2.12

scalafix-check-scaladoc 0.0.1


Group ID:
com.github.tanishiking
Artifact ID:
scalafix-check-scaladoc_2.12
Version:
0.0.1
Release Date:
Dec 26, 2018
Licenses:
Files:

libraryDependencies += "com.github.tanishiking" %% "scalafix-check-scaladoc" % "0.0.1"

Mill build tool

ivy"com.github.tanishiking::scalafix-check-scaladoc:0.0.1"

Scala CLI

//> using dep "com.github.tanishiking::scalafix-check-scaladoc:0.0.1"

Ammonite REPL

import $ivy.`com.github.tanishiking::scalafix-check-scaladoc:0.0.1`

<dependency>
  <groupId>com.github.tanishiking</groupId>
  <artifactId>scalafix-check-scaladoc_2.12</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.github.tanishiking', name: 'scalafix-check-scaladoc_2.12', version: '0.0.1'