CodeNarcPlugin

abstract class CodeNarcPlugin : AbstractCodeQualityPlugin<CodeNarc> (source)

CodeNarc Plugin.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val DEFAULT_CODENARC_VERSION: String = "3.6.0-groovy-4.0"

Functions

Link copied to clipboard
abstract fun apply(target: T)
fun apply(project: ProjectInternal)
Apply this plugin to the given target object.