Crates.io | rdgrep |
lib.rs | rdgrep |
version | 0.1.0 |
source | src |
created_at | 2022-12-19 20:27:42.588769 |
updated_at | 2022-12-19 20:27:42.588769 |
description | A tool to display the number of files that have disabled RuboCop conventions(rubocop:disable). |
homepage | https://crates.io/crates/rdgrep |
repository | https://github.com/craftscat/rdgrep |
max_upload_size | |
id | 741529 |
size | 21,477 |
rdgrep
is a tool to display the number of files that have disabled RuboCop conventions(rubocop:disable
).
$ cargo install rdgrep
https://github.com/craftscat/rdgrep/releases
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)