class Rubycritic::Reek

def initialize(paths)

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