Skip to content

takumism/rdgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages