rdgrep

Crates.iordgrep
lib.rsrdgrep
version0.1.0
sourcesrc
created_at2022-12-19 20:27:42.588769
updated_at2022-12-19 20:27:42.588769
descriptionA tool to display the number of files that have disabled RuboCop conventions(rubocop:disable).
homepagehttps://crates.io/crates/rdgrep
repositoryhttps://github.com/craftscat/rdgrep
max_upload_size
id741529
size21,477
Takumi Yoshida (craftscat)

documentation

https://docs.rs/rdgrep/

README

rdgrep

GitHub Actions CI

rdgrep is a tool to display the number of files that have disabled RuboCop conventions(rubocop:disable).

Installation

Using cargo

$ cargo install rdgrep

From repository relases page

https://github.com/craftscat/rdgrep/releases

Usage

Scan the rb files under the specified directory and print the number of files that have been disabled by convention.

$ rdgrep ./
("Style/AccessModifierDeclarations", 3)
("Style/Alias", 2)
("Style/AccessorGrouping", 1)
Commit count: 5

cargo fmt