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)