Workspace.Checks.WorkspaceDepsPaths (Workspace v0.2.1)

View Source

Checks that the relative paths of workspace dependencies are valid.

Common use case

Since workspace supports arbitraty nested paths, it is a common operation to move around workspace projects. This sanity check will validate that all relative paths are valid without having to compile the whole workspace.

Example

In order to enable the check add the following to your .workspace.exs

[
  module: Workspace.Checks.WorkspaceDepsPaths,
  description: "validate workspace relative path dependencies"
]