• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KurtWagner / zlinter / 28310906542

28 Jun 2026 04:08AM UTC coverage: 83.68% (+0.02%) from 83.659%
28310906542

push

github

web-flow
Use tagged unions for configs #131 (#160)

This changes the rule config structs to tagged unions which avoids
misconfigurations and allows for simpler shorthands.
e.g., For a length severity config you can:

`.off` or `.warning = .{ .len = 10 }` instead of `.{ .severity = .off,
.len = 0 }` or `.{ .severity = .warning, .len = 3 }`

and for styling severity you would:

`.{ .warning = .snake_case }` instead of `.{ .style = .camel_case,
.severity = .@"error" }`

6917 of 8266 relevant lines covered (83.68%)

0.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.61
/rules/function_naming.zig


Source Not Available

The file "rules/function_naming.zig" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc