RuleMetadata

Metadata about a rule. Rule metadata includes an ID, a name, a list of tags, and a short and long description. CodeGuru Reviewer uses rules to analyze code. A rule's recommendation is included in analysis results if code is detected that violates the rule.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A long description of the rule.

Link copied to clipboard

The ID of the rule.

Link copied to clipboard

The name of the rule.

Link copied to clipboard

Tags that are associated with the rule.

Link copied to clipboard

A short description of the rule.

Functions

Link copied to clipboard
inline fun copy(block: RuleMetadata.Builder.() -> Unit = {}): RuleMetadata
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String