reek:Ruby的代码气味检测器 源码
Ruby代码气味检测器 目录 总览 快速开始 Reek是一个工具,它检查Ruby类,模块和方法,并报告发现的任何。 对于一个很好的介绍和臭佬看看或。 也有(如果您愿意的话,也有一个)。 通过rubygems安装它: gem install reek 并像这样运行它: reek [options] [dir_or_source_file] * 例 想象一下一个包含以下内容的源文件demo.rb : # Smelly class class Smelly # This will reek of UncommunicativeMethodName def x y = 10
文件列表
reek:Ruby的代码气味检测器
(预估有个365文件)
rake_task.feature
4KB
samples.feature
24KB
configuration_loading.feature
3KB
erroneous_source_comments.feature
3KB
well_formed_source_comments.feature
4KB
codeclimate.feature
2KB
reports.feature
7KB
options.feature
5KB
todo_list.feature
3KB
masking_smells.feature
3KB
暂无评论