Skip to main content

Interface: ValidationWarning

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:55

A non-fatal rule mismatch (required: false rule that was absent).

Properties

artifactId

readonly artifactId: string

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:57

The artifact type ID this warning pertains to.


description

readonly description: string

Defined in: packages/core/src/application/use-cases/validate-artifacts.ts:59

Human-readable description suitable for CLI output.