Class: Rubycritic::Analyser::Reek

Inherits:
Reek::Examiner
  • Object
show all
Defined in:
lib/rubycritic/analysers/reek.rb

Constant Summary collapse

DEFAULT_CONFIG_FILES =
[File.expand_path("../config.reek", __FILE__)]

Instance Method Summary collapse

Constructor Details

#initialize(paths) ⇒ Reek

Returns a new instance of Reek.



9
10
11
# File 'lib/rubycritic/analysers/reek.rb', line 9

def initialize(paths)
  super(Array(paths), DEFAULT_CONFIG_FILES)
end