rubyfast 1.3.2

An ultra-fast Ruby performance linter rewritten in Rust — detects 19 common anti-patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod analyzer;
pub mod ast_helpers;
pub mod ast_visitor;
pub mod cli;
pub mod comment_directives;
pub mod config;
pub mod file_traverser;
pub mod fix;
pub mod offense;
pub mod output;
pub mod scanner;