Structsยง
- FileCtx ๐
- Per-file context passed to line rules with path, raw contents, and pre-split lines.
- Violation ๐
- A single lint violation reported by a rule against a file location.
Functionsยง
- violation ๐
- Construct a
Violationwithout a rule tag. Usewith_ruleto attach one.