= hoe-reek
home :: http://saigkill.github.io
code :: http://github.com/saigkill/hoe-reek
docu (en) :: https://saigkill.tuxfamily.org/docs/hoe-reek/en-US/html/
docu (de) :: https://saigkill.tuxfamily.org/docs/hoe-reek/de-DE/html/
apidoc :: http://www.rubydoc.info/gems/hoe-reek
bugs :: https://github.com/saigkill/hoe-reek/issues
min. rubyver :: 2.2.0
license :: {}[https://github.com/saigkill/hoe-reek/blob/master/LICENSE.rdoc]
last public version :: {}[http://rubygems.org/gems/hoe-reek]
downloads latest :: {}[http://rubygems.org/gems/hoe-reek]
downloads all :: {}[http://rubygems.org/gems/hoe-reek]
continuous integration :: {}[https://scrutinizer-ci.com/g/saigkill/hoe-reek/]
code quality :: {}[https://scrutinizer-ci.com/g/saigkill/hoe-reek/]
code quality :: {}[https://codeclimate.com/github/saigkill/hoe-reek]
security :: {}[https://hakiri.io/github/saigkill/hoe-reek/master]
dependency check :: {}[https://gemnasium.com/saigkill/hoe-reek]
documentation quality :: {}[http://inch-ci.org/github/saigkill/hoe-reek]
donations :: {}[https://pledgie.com/campaigns/30306]
donations :: {}[http://www.amazon.de/registry/wishlist/D75HOEQ00BDD]
== DESCRIPTION:
Tasks to integrate the reek code smell engine into your hoe projects. This project continues erics project (https://github.com/erikh/hoe-reek).
== FEATURES/PROBLEMS:
* Integration of Reek into a hoe Rake task
This Gem was programmed and tested for Linux systems. If anyone would like to make the methods also fit for other OS,
i'm happy about Pull requests.
For a detailed information please visit: https://saigkill.tuxfamily.org/docs/hoe-reek/en-US/html/ (en) or https://saigkill.tuxfamily.org/docs/hoe-reek/de-DE/html/ (de).
If you like this piece of software don't forget to give the gitlab repo a star.
== SYNOPSIS:
Use in your Rakefile:
Hoe.plugin :reek
Hoe.spec 'yourproject' do
...
end
Also add hoe-reek to your requirements and recreate your Gemfile.
== REQUIREMENTS:
* rake
* reek
* hoe
== INSTALL:
gem install hoe-reek
== RUN:
Type rake reek inside your project dir.
== DEVELOPERS:
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.
Read https://github.com/saigkill/hoe-reek/blob/master/CONTRIBUTING.md
== LICENSE:
(The MIT License)
Copyright (c) 2015-2017 Sascha Manns
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.