aac.plugins.check

__init__.py module for the Check AaC plugin.

Functions

register_plugin()

Returns information about the plugin.

run_check(aac_file, fail_on_warn, verbose)

Perform AaC file quality checks using defined constraints in the AaC models.

aac.plugins.check.register_plugin() None[source]

Returns information about the plugin.

Returns:

A collection of information about the plugin and what it contributes.

Return type:

None

aac.plugins.check.run_check(aac_file, fail_on_warn, verbose) ExecutionResult[source]

Perform AaC file quality checks using defined constraints in the AaC models.

Return type:

ExecutionResult

Modules

check_aac_impl

The AaC Check AaC plugin implementation module.