Closed alexcristea closed 8 years ago
@KrauseFx Is there anything we should be concerned about with regard to possibly loading two Scanfile
s in one run? Is there any precedent for other tools to check multiple locations for the configuration?
@mfurtak, since I'm not very familiar with the ruby language, I was inspired by how snapshot
is detecting configuration values: snapshot/detect_values.rb
This should work, it's already the case in snapshot
. Actually we should add this to all projects that require a project, meaning gym
as well
@alexcristea @KrauseFx Excellent, thanks for that context :+1:
It would definitely be good to have a shared mechanism that automates the configuration search locations for consistency across all tools.
@alexcristea Thanks for the contribution :tada:
This pull request fixes a behaviour related to issue #42