mill.kotlinlib.detekt

Members list

Type members

Classlikes

@Scaladoc(value = "/**\n * Arguments for [[DetektModule.detekt]].\n *\n * @param check if an exception should be raised when violations are found\n */")
case class DetektArgs(check: Boolean)

Arguments for DetektModule.detekt.

Arguments for DetektModule.detekt.

Value parameters

check

if an exception should be raised when violations are found

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object DetektArgs

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DetektArgs.type
@Scaladoc(value = "/**\n * Performs quality checks on Kotlin source files using [[https://detekt.dev// Detekt]].\n */")
trait DetektModule extends KotlinModule

Performs quality checks on Kotlin source files using Detekt.

Performs quality checks on Kotlin source files using Detekt.

Attributes

Supertypes
trait KotlinModule
trait JavaModule
trait JavaModuleApi
trait AssemblyModule
trait SemanticDbJavaModule
trait SemanticDbJavaModuleApi
trait OfflineSupportModule
trait GenIdeaModule
trait GenIdeaModuleApi
trait RunModule
trait RunModuleApi
trait DefaultTaskModule
trait JavaModuleBase
trait BspModule
trait BspModuleApi
trait WithJvmWorkerModule
trait JavaHomeModule
trait CoursierModule
trait Module
trait ModuleApi
trait Wrapper
class BaseClass
trait Cacher
trait Cacher
class Object
trait Matchable
class Any
Show all