This website requires JavaScript.
Explore
Help
Sign in
eblume
/
kingfisher
Watch
1
Star
0
Fork
You've already forked kingfisher
0
forked from
mirrors/kingfisher
Code
Pull requests
Activity
Actions
8491b03ff0
kingfisher
/
src
/
scanner
History
Download ZIP
Download TAR.GZ
Mick Grove
76be1df60c
Refactored into multiple crates. Added the 'validate' subcommand
2026-01-28 10:27:24 -08:00
..
docker.rs
preparing for v1.48.0
2025-09-05 09:31:52 -07:00
enumerate.rs
Refactored into multiple crates. Added the 'validate' subcommand
2026-01-28 10:27:24 -08:00
mod.rs
- Reduced per-match memory usage by compacting stored source locations and interning repeated capture names.
2025-12-04 22:02:30 -08:00
processing.rs
- Improved performance of tree-sitter parsing
2025-10-03 17:22:28 -07:00
repos.rs
Refactored into multiple crates. Added the 'validate' subcommand
2026-01-28 10:27:24 -08:00
runner.rs
Skipped per-repository report writes when an output file is specified and emit a single aggregated report after multi-repository scans to preserve full output content in files.
2026-01-16 10:03:59 -08:00
summary.rs
- Reduced per-match memory usage by compacting stored source locations and interning repeated capture names.
2025-12-04 22:02:30 -08:00
util.rs
preparing for v1.12
2025-06-24 17:17:16 -07:00
validation.rs
- Fixed validation deduplication for rules with nested unnamed captures (e.g. (?<REGEX>...(ABC|DEF)...)) to use the primary capture for grouping, ensuring each unique match triggers a separate validation request.
2026-01-21 13:13:43 -08:00