Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract class RulebookAstRule : AbstractAstVisitorRule

Rule that uses Groovy AST tree to validate a node.

Link copied to clipboard
abstract class RulebookFileRule : AbstractRule

Rule that checks source code by the raw file.

Link copied to clipboard
abstract class RulebookImportRule : AbstractImportRule

Rule that validates an import statement.

Link copied to clipboard

Functions

Link copied to clipboard
fun Rule.createViolation(lineNumber: Int, sourceLine: String, message: String): Violation

Alias of AbstractRule.createViolation that is not protected.