sbt.dsl.LinterLevel
See theLinterLevel companion trait
object LinterLevel
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LinterLevel.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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait LinterLevelclass Objecttrait Matchableclass AnyShow 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 Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait LinterLevelclass Objecttrait Matchableclass AnyShow all
case object Ignore extends LinterLevel
Do not perform any linting.
Do not perform any linting.
Attributes
- Inherited from:
- LinterLevelLowPriority (hidden)
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait LinterLevelclass Objecttrait Matchableclass AnyShow all
In this article