-
Name
-
rubycritic
-
Version
-
0.0.5
-
Platform
-
ruby
-
Authors
-
Guilherme Simoes
-
Bindir
-
bin
-
Date
-
2014-04-14 00:00:00 UTC
-
Dependencies
-
virtus (~> 1.0)
flog (= 4.2.0)
reek (= 1.3.6)
bundler (~> 1.3, development)
rake (>= 0, development)
minitest (~> 5.3, development)
mocha (~> 1.0, development)
-
Description
-
Ruby Critic is a tool that detects and reports smells in Ruby classes, modules and methods.
-
Email
-
guilherme.rdems@gmail.com
-
Executables
-
rubycritic
-
Files
-
.gitignore
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
SPEC.md
bin/rubycritic
lib/rubycritic.rb
lib/rubycritic/analysers/config.reek
lib/rubycritic/analysers/flog.rb
lib/rubycritic/analysers/reek.rb
lib/rubycritic/analysers_runner.rb
lib/rubycritic/cli.rb
lib/rubycritic/location.rb
lib/rubycritic/report_generators/assets/javascripts/application.js
lib/rubycritic/report_generators/assets/javascripts/jquery-2.1.0.js
lib/rubycritic/report_generators/assets/javascripts/prettify.js
lib/rubycritic/report_generators/assets/stylesheets/application.css
lib/rubycritic/report_generators/assets/stylesheets/prettify.custom_theme.css
lib/rubycritic/report_generators/base_generator.rb
lib/rubycritic/report_generators/file_generator.rb
lib/rubycritic/report_generators/index_generator.rb
lib/rubycritic/report_generators/line_generator.rb
lib/rubycritic/report_generators/reporter.rb
lib/rubycritic/report_generators/templates/file.html.erb
lib/rubycritic/report_generators/templates/index.html.erb
lib/rubycritic/report_generators/templates/layouts/application.html.erb
lib/rubycritic/report_generators/templates/line.html.erb
lib/rubycritic/report_generators/templates/smelly_line.html.erb
lib/rubycritic/report_generators/view_helpers.rb
lib/rubycritic/revision_comparator.rb
lib/rubycritic/smell.rb
lib/rubycritic/smell_adapters/flog.rb
lib/rubycritic/smell_adapters/reek.rb
lib/rubycritic/smells_aggregator.rb
lib/rubycritic/smells_status_setter.rb
lib/rubycritic/smelly_pathnames_serializer.rb
lib/rubycritic/source_control_systems/git.rb
lib/rubycritic/source_control_systems/source_control_system.rb
lib/rubycritic/source_locator.rb
lib/rubycritic/version.rb
rubycritic.gemspec
test/lib/rubycritic/location_test.rb
test/lib/rubycritic/metric_adapters/flog_adapter_test.rb
test/lib/rubycritic/metric_adapters/reek_adapter_test.rb
test/lib/rubycritic/smell_test.rb
test/lib/rubycritic/smells_aggregator_test.rb
test/lib/rubycritic/smells_array_test.rb
test/lib/rubycritic/smells_status_setter_test.rb
test/lib/rubycritic/source_control_systems/source_control_system_test.rb
test/lib/rubycritic/source_locator_test.rb
test/lib/rubycritic/version_test.rb
test/samples/flog/smelly.rb
test/samples/location/dir1/file1.rb
test/samples/location/file0.rb
test/samples/location/file_with_different_extension.py
test/samples/location/file_with_no_extension
test/samples/reek/not_smelly.rb
test/samples/reek/smelly.rb
test/test_helper.rb
-
Homepage
-
https://github.com/whitesmith/rubycritic
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.1.11
-
Specification version
-
4
-
Summary
-
Ruby code smell detector
-
Test files
-
test/lib/rubycritic/location_test.rb
test/lib/rubycritic/metric_adapters/flog_adapter_test.rb
test/lib/rubycritic/metric_adapters/reek_adapter_test.rb
test/lib/rubycritic/smell_test.rb
test/lib/rubycritic/smells_aggregator_test.rb
test/lib/rubycritic/smells_array_test.rb
test/lib/rubycritic/smells_status_setter_test.rb
test/lib/rubycritic/source_control_systems/source_control_system_test.rb
test/lib/rubycritic/source_locator_test.rb
test/lib/rubycritic/version_test.rb
test/samples/flog/smelly.rb
test/samples/location/dir1/file1.rb
test/samples/location/file0.rb
test/samples/location/file_with_different_extension.py
test/samples/location/file_with_no_extension
test/samples/reek/not_smelly.rb
test/samples/reek/smelly.rb
test/test_helper.rb
-
Original platform
-
ruby
-
New platform
-
ruby