Sourcery: `exclude` does not work when using `project` in config file

#Hi,

I have this configuration

project:
  file: Project.xcodeproj
  root: .
  target:
    name: Project
  exclude:
    - Project/Classes/Generated

Sourcery fails to run because it tries to find files under Project/Classes/Generated which have not yet been created.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 16 (3 by maintainers)

Most upvoted comments

@beretis your use-case will be possible when #437 gets merged