Sha256: f4c50fae05f6d49dcdb30af48c5b0f20b5090d3a972f2fd29b75df09754ff2bf

Contents?: true

Size: 1.89 KB

Versions: 10

Compression:

Stored size: 1.89 KB

Contents

require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'attribute')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'boolean_parameter')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'class_variable')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'control_couple')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'data_clump')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'duplication')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'feature_envy')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'irresponsible_module')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'large_class')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'long_method')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'long_parameter_list')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'long_yield_list')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'nested_iterators')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'simulated_polymorphism')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'uncommunicative_method_name')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'uncommunicative_module_name')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'uncommunicative_parameter_name')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'uncommunicative_variable_name')
require File.join( File.dirname( File.expand_path(__FILE__)), 'smells', 'utility_function')
# SMELL: Duplication -- all these should be found automagically

module Reek

  #
  # This module contains the various smell detectors.
  #
  module Smells
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
reek-1.2.13 lib/reek/smells.rb
reek-1.2.12 lib/reek/smells.rb
reek-1.2.11 lib/reek/smells.rb
reek-1.2.10 lib/reek/smells.rb
reek-1.2.9 lib/reek/smells.rb
reek-1.2.8 lib/reek/smells.rb
reek-1.2.7.3 lib/reek/smells.rb
reek-1.2.7.2 lib/reek/smells.rb
reek-1.2.7.1 lib/reek/smells.rb
reek-1.2.7 lib/reek/smells.rb