Sha256: 39b6becc69dd14532204caa19a0616d6b263f32d464dabe5640676ba779a718b

Contents?: true

Size: 336 Bytes

Versions: 15

Compression:

Stored size: 336 Bytes

Contents

#!/usr/bin/env ruby
#
# Reek examines Ruby source code for smells.
# Visit http://reek.rubyforge.org/ for docs etc.
#
# Author: Kevin Rutherford
#

require 'reek'
require 'reek/source'
require 'reek/options'

exitstatus = 0
source = Reek::Options.parse(ARGV)
if source.smelly?
  puts source.report
  exitstatus = 2
end
exit(exitstatus)

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
kevinrutherford-reek-0.3.1.4 bin/reek
kevinrutherford-reek-0.3.1.5 bin/reek
kevinrutherford-reek-0.3.1.6 bin/reek
kevinrutherford-reek-1.0.0 bin/reek
kevinrutherford-reek-1.0.1 bin/reek
kevinrutherford-reek-1.1.1 bin/reek
kevinrutherford-reek-1.1.2.1 bin/reek
kevinrutherford-reek-1.1.2 bin/reek
kevinrutherford-reek-1.1.3.1 bin/reek
kevinrutherford-reek-1.1.3.2 bin/reek
kevinrutherford-reek-1.1.3.3 bin/reek
kevinrutherford-reek-1.1.3.4 bin/reek
kevinrutherford-reek-1.1.3 bin/reek
reek-1.1.3 bin/reek
reek-1.0.0 bin/reek