JmlLintingConfig

data class JmlLintingConfig(val checkNameClashes: Boolean = true, val checkMissingNames: Boolean = true)(source)

Author

Alexander Weigl

Constructors

Link copied to clipboard
constructor(checkNameClashes: Boolean = true, checkMissingNames: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun isDisabled(lintRule: LintRule): Boolean