perl-lsp-critic-parser 0.12.1

SRP microcrate for parsing Perl::Critic output lines
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 3 items with examples
  • Size
  • Source code size: 25.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.44 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 27s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    9 5 596
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

perl-lsp-critic-parser

Standalone SRP microcrate for parsing perlcritic --verbose output.

Responsibility

  • Parse newline-delimited perlcritic records into structured fields
  • Handle policy names containing ::
  • Preserve message text (including additional : characters)
  • Tolerate platform-specific file paths (including Windows drive letters)