Skip to main content

Crate oxicop

Crate oxicop 

Source
Expand description

Oxicop - A blazing-fast Ruby linter implemented in Rust.

This library provides the core linting infrastructure, cop implementations, and output formatting for the oxicop command-line tool.

Modulesยง

config
Configuration parsing from .rubocop.yml files.
cop
cops
All cop implementations organized by category.
formatter
Output formatters for linting results.
offense
registry
Cop registry for managing and filtering cops.
runner
Parallel file processing and linting engine.
source