Skip to main content

Type Alias: WorkspaceChecksOpts

WorkspaceChecksOpts = object

Properties

include?

optional include?: string[]

Only include checks matching the specified patterns


noGenerate?

optional noGenerate?: boolean

When true, only return annotated check functions; exclude generate-as-checks


onlyGenerate?

optional onlyGenerate?: boolean

When true, only return generate-as-checks; exclude annotated check functions