Skip to content

Workspace verification

Christian Dreher requested to merge feature/ws-verify into main

Depends on Module deprecations (!340 - merged)

This MR introduces a new command axii workspace verify which is meant to be a general integrity check tool that unifies multiple already existing sanity check tools as well as the new Module deprecations (!340 - merged) capabilities.

An extensive output all things considered may look like this:

image

If a deprecated module is in the workspace, but not added directly, a slightly different message will be displayed:

image

Merge request reports