myke icon indicating copy to clipboard operation
myke copied to clipboard

Discover should include a myke config only once

Open pkuczynski opened this issue 6 years ago • 0 comments

I have a dir0/myke.yml config which references few others:

discover:
  - ../dir1
  - ../dir2
  - ../dir3

However dir1 also discovers dir2:

discover:
  - ../dir2

In such scenario, I will see duplicated dir2 entries when I run myke in dir0.

I would expect that discovery skips configs which have been already discovered...

pkuczynski avatar Oct 13 '17 13:10 pkuczynski