Metadata


Name
rubycritic
Version
1.0.0
Platform
ruby
Authors
Guilherme Simoes
Bindir
bin
Date
2014-07-13 00:00:00 UTC
Dependencies
virtus (~> 1.0)
flay (= 2.4.0)
flog (= 4.2.1)
reek (= 1.3.8)
parser (~> 2.1)
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
.travis.yml
CONTRIBUTING.md
Gemfile
LICENSE.txt
README.md
Rakefile
bin/rubycritic
lib/rubycritic.rb
lib/rubycritic/analysers/adapters/ast_node.rb
lib/rubycritic/analysers/adapters/config.reek
lib/rubycritic/analysers/adapters/flay.rb
lib/rubycritic/analysers/adapters/flog.rb
lib/rubycritic/analysers/adapters/reek.rb
lib/rubycritic/analysers/churn.rb
lib/rubycritic/analysers/complexity.rb
lib/rubycritic/analysers/smells/flay.rb
lib/rubycritic/analysers/smells/flog.rb
lib/rubycritic/analysers/smells/reek.rb
lib/rubycritic/analysers/stats.rb
lib/rubycritic/analysers_runner.rb
lib/rubycritic/cli.rb
lib/rubycritic/configuration.rb
lib/rubycritic/core/analysed_file.rb
lib/rubycritic/core/location.rb
lib/rubycritic/core/rating.rb
lib/rubycritic/core/smell.rb
lib/rubycritic/files_initializer.rb
lib/rubycritic/orchestrator.rb
lib/rubycritic/report_generators/assets/javascripts/application.js
lib/rubycritic/report_generators/assets/javascripts/highcharts.src-4.0.1.js
lib/rubycritic/report_generators/assets/javascripts/jquery-2.1.0.js
lib/rubycritic/report_generators/assets/javascripts/jquery.floatThead-v1.2.7.js
lib/rubycritic/report_generators/assets/javascripts/jquery.scrollTo-1.4.11.js
lib/rubycritic/report_generators/assets/javascripts/jquery.tablesorter-2.0.js
lib/rubycritic/report_generators/assets/javascripts/jquery.timeago-v1.4.1.js
lib/rubycritic/report_generators/assets/javascripts/prettify-4-Mar-2013.js
lib/rubycritic/report_generators/assets/stylesheets/application.css
lib/rubycritic/report_generators/assets/stylesheets/prettify.custom_theme.css
lib/rubycritic/report_generators/base.rb
lib/rubycritic/report_generators/code_file.rb
lib/rubycritic/report_generators/code_index.rb
lib/rubycritic/report_generators/current_code_file.rb
lib/rubycritic/report_generators/line.rb
lib/rubycritic/report_generators/overview.rb
lib/rubycritic/report_generators/smells_index.rb
lib/rubycritic/report_generators/templates/code_file.html.erb
lib/rubycritic/report_generators/templates/code_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/overview.html.erb
lib/rubycritic/report_generators/templates/smells_index.html.erb
lib/rubycritic/report_generators/templates/smelly_line.html.erb
lib/rubycritic/report_generators/view_helpers.rb
lib/rubycritic/reporters/base.rb
lib/rubycritic/reporters/main.rb
lib/rubycritic/reporters/mini.rb
lib/rubycritic/revision_comparator.rb
lib/rubycritic/serializer.rb
lib/rubycritic/smells_status_setter.rb
lib/rubycritic/source_control_systems/base.rb
lib/rubycritic/source_control_systems/double.rb
lib/rubycritic/source_control_systems/git.rb
lib/rubycritic/source_locator.rb
lib/rubycritic/turbulence.rb
lib/rubycritic/version.rb
rubycritic.gemspec
test/analysers_test_helper.rb
test/lib/rubycritic/analysers/churn_test.rb
test/lib/rubycritic/analysers/complexity_test.rb
test/lib/rubycritic/analysers/smells/flay_test.rb
test/lib/rubycritic/analysers/smells/flog_test.rb
test/lib/rubycritic/analysers/smells/reek_test.rb
test/lib/rubycritic/analysers/stats_test.rb
test/lib/rubycritic/configuration_test.rb
test/lib/rubycritic/core/analysed_file_test.rb
test/lib/rubycritic/core/location_test.rb
test/lib/rubycritic/core/smell_test.rb
test/lib/rubycritic/core/smells_array_test.rb
test/lib/rubycritic/report_generators/view_helpers_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/turbulence_test.rb
test/lib/rubycritic/version_test.rb
test/samples/flay/smelly.rb
test/samples/flog/complex.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/samples/stats/empty_example.rb
test/samples/stats/example.rb
test/test_helper.rb
Homepage
https://github.com/whitesmith/rubycritic
Licenses
MIT
Require paths
lib
Required ruby version
>= 1.9.3
Required rubygems version
>= 0
Rubygems version
2.2.2
Specification version
4
Summary
Ruby code smell detector
Test files
test/analysers_test_helper.rb
test/lib/rubycritic/analysers/churn_test.rb
test/lib/rubycritic/analysers/complexity_test.rb
test/lib/rubycritic/analysers/smells/flay_test.rb
test/lib/rubycritic/analysers/smells/flog_test.rb
test/lib/rubycritic/analysers/smells/reek_test.rb
test/lib/rubycritic/analysers/stats_test.rb
test/lib/rubycritic/configuration_test.rb
test/lib/rubycritic/core/analysed_file_test.rb
test/lib/rubycritic/core/location_test.rb
test/lib/rubycritic/core/smell_test.rb
test/lib/rubycritic/core/smells_array_test.rb
test/lib/rubycritic/report_generators/view_helpers_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/turbulence_test.rb
test/lib/rubycritic/version_test.rb
test/samples/flay/smelly.rb
test/samples/flog/complex.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/samples/stats/empty_example.rb
test/samples/stats/example.rb
test/test_helper.rb
Original platform
ruby
New platform
ruby