aac.plugins.check.check_aac_impl

The AaC Check AaC plugin implementation module.

Functions

check(aac_file, fail_on_warn, verbose)

Business logic for the check command.

aac.plugins.check.check_aac_impl.check(aac_file: str, fail_on_warn: bool, verbose: bool) ExecutionResult[source]

Business logic for the check command.

Parameters:
  • aac_file (str)

  • fail_on_warn (bool)

  • verbose (bool)

Return type:

ExecutionResult