We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a dir0/myke.yml config which references few others:
dir0/myke.yml
discover: - ../dir1 - ../dir2 - ../dir3
However dir1 also discovers dir2:
dir1
dir2
discover: - ../dir2
In such scenario, I will see duplicated dir2 entries when I run myke in dir0.
myke
dir0
I would expect that discovery skips configs which have been already discovered...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a
dir0/myke.yml
config which references few others:However
dir1
also discoversdir2
:In such scenario, I will see duplicated
dir2
entries when I runmyke
indir0
.I would expect that discovery skips configs which have been already discovered...
The text was updated successfully, but these errors were encountered: