duplication.repeated_value
A warn rule, scope set. The same object literal appears three or more times across the set.
Synopsis
$ orion-server clippy ./definitions
warn[duplication.repeated_value] the same object literal appears three or more times across the set
Description
An object with ≥ 2 keys, byte-identical in ≥ 3 places.
Caveats
Silent for structure: steps, function headers, mapping and rule entries, operator nodes, roots. Silent for the input of an engine built-in, for a use step’s with block, and for anything containing a $from. Silent for an object whose every occurrence sits inside a larger reported one.
Related
- Advisory checks: every rule, the levels, and where certainty comes from.
orion-server clippy: the command, its flags and exit codes.- Test workflows offline: running the rules against a set.
- Shared definitions: the set the rule reads, and its fragments.
Last verified 14 September 2026