drft-cli 0.10.0

A structural integrity checker for linked file systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
sources:
  - ../../docs/rules/README.md
---

# Cyclic

Three files that form a circular dependency: a links to b, b links to c, c links back to a.

```bash
drft check -C examples/cyclic
```