Module: CodeclimateDiff
- Defined in:
- lib/codeclimate_diff.rb,
lib/codeclimate_diff/runner.rb,
lib/codeclimate_diff/version.rb,
lib/codeclimate_diff/downloader.rb,
lib/codeclimate_diff/issue_sorter.rb,
lib/codeclimate_diff/result_printer.rb,
lib/codeclimate_diff/codeclimate_wrapper.rb
Defined Under Namespace
Classes: CodeclimateWrapper, Downloader, IssueSorter, ResultPrinter, Runner
Constant Summary collapse
- VERSION =
"0.1.10"
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
8 9 10 |
# File 'lib/codeclimate_diff.rb', line 8 def configuration YAML.load_file("./.codeclimate_diff.yml") end |