LinterLevel

sbt.dsl.LinterLevel
See theLinterLevel companion trait
object LinterLevel

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Warn extends LinterLevel

Apply the linter but print warnings instead of aborting macro expansion when linter violations are found.

Apply the linter but print warnings instead of aborting macro expansion when linter violations are found.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinterLevel
class Object
trait Matchable
class Any
Show all
Self type
Warn.type

Inherited classlikes

case object Abort extends LinterLevel

Abort the macro expansion if any linter check fails.

Abort the macro expansion if any linter check fails.

Attributes

Inherited from:
LinterLevelLowPriority (hidden)
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinterLevel
class Object
trait Matchable
class Any
Show all
case object Ignore extends LinterLevel

Do not perform any linting.

Do not perform any linting.

Attributes

Inherited from:
LinterLevelLowPriority (hidden)
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait LinterLevel
class Object
trait Matchable
class Any
Show all