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

app rdgrep

一个工具,用于显示禁用 RuboCop 规范(rubocop:disable)的文件数量

1 个不稳定版本

0.1.0 2022 年 12 月 19 日

#23#conventions

MIT 许可证

10KB
193

rdgrep

GitHub Actions CI

rdgrep 是一个工具,用于显示禁用 RuboCop 规范(rubocop:disable)的文件数量。

安装

使用 cargo

$ cargo install rdgrep

从仓库发布页面

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

使用方法

扫描指定目录下的 rb 文件,并打印出被规范禁用的文件数量。

$ rdgrep ./
("Style/AccessModifierDeclarations", 3)
("Style/Alias", 2)
("Style/AccessorGrouping", 1)

依赖

~4.5–6MB
~103K SLoC