文件名称:deathnote:从差异中找出未使用的东西
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-03 04:46:03
Ruby
死亡笔记 deathnote gem接收2个commit哈希,并比较每个版本的项目代码中的无效代码。 如果您有很多假阳性结果,这将很有帮助。 通过 您可能会更好地理解。 要求 deathnote假设您使用的是git。 它将使用git checkout切换到每个修订版。 安装 将此行添加到您的应用程序的Gemfile中: gem 'deathnote' , require : false 或将其自己安装为: $ gem install deathnote 用法 Usage: deathnote [options] files_or_dirs -h, --help Display this help. -p, --past-commit=[commit hash] Specify past commit hash.
【文件预览】:
deathnote-master
----.gitignore(113B)
----exe()
--------deathnote(99B)
----.rspec(53B)
----bin()
--------setup(131B)
--------console(344B)
----.travis.yml(88B)
----.ruby-version(6B)
----LICENSE.txt(1KB)
----spec()
--------deathnote_spec.rb(183B)
--------spec_helper.rb(365B)
----README.md(2KB)
----lib()
--------deathnote()
--------deathnote.rb(3KB)
----Gemfile(164B)
----changelog(67B)
----Rakefile(117B)
----deathnote.gemspec(1KB)
----Gemfile.lock(866B)