lib/reek/configuration/configuration_file_finder.rb in reek-2.2.1 vs lib/reek/configuration/configuration_file_finder.rb in reek-3.0.0
- old
+ new
@@ -11,9 +11,10 @@
# directory or in a parent directory
# 3. Having a file ending with .reek in your HOME directory
#
# The order in which ConfigurationFileFinder tries to find such a
# configuration file is exactly like above.
+ # @api private
module ConfigurationFileFinder
module_function
# FIXME: switch to kwargs on upgrade to Ruby 2 and drop `params.fetch` calls:
# def find(options: nil, current: Pathname.pwd, home: Pathname.new(Dir.home))