#ruby #numbers #conventions #display #rubo-cop #disabled #rubocop-disable

app rdgrep

A tool to display the number of files that have disabled RuboCop conventions(rubocop:disable)

1 unstable release

0.1.0 Dec 19, 2022

#1089 in Development tools

MIT license

10KB
193 lines

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)

Dependencies

~4–5.5MB
~101K SLoC