Setup sourcery generation

This commit is contained in:
Christian Treffs 2020-08-04 13:05:34 +02:00
parent 139e6c23a0
commit f08c3f8ba9
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
5 changed files with 18 additions and 0 deletions

6
.sourcery.yml Normal file
View File

@ -0,0 +1,6 @@
sources: # you can provide either single path or several paths using `-`
- Sources
templates: # as well as for templates
- Sources/FirebladeECS/Stencils
output: # note that there is no `-` here as only single output path is supported
Sources/FirebladeECS/Generated

View File

@ -60,3 +60,6 @@ setupEnvironment:
brew install swiftenv
brew install swiftlint
brew install sourcery
generateCode:
sourcery

View File

View File

@ -0,0 +1,6 @@
// Generated using Sourcery 0.18.0 https://github.com/krzysztofzablocki/Sourcery
// DO NOT EDIT
// swiftlint:disable line_length
// swiftlint:disable variable_name

View File

@ -0,0 +1,3 @@
// swiftlint:disable line_length
// swiftlint:disable variable_name