Skip to content

unique_by

No two files matching paths may share the value of key (a path template). Catches basename collisions across subdirectories.

- id: unique-basenames
kind: unique_by
paths: "src/**/*.rs"
key: "{stem}"
level: warning