Lint
This commit is contained in:
parent
1bf4ea9eff
commit
cae23ea219
|
|
@ -1,8 +1,10 @@
|
|||
// Generated using Sourcery 0.18.0 — https://github.com/krzysztofzablocki/Sourcery
|
||||
// DO NOT EDIT
|
||||
|
||||
// swiftlint:disable file_length
|
||||
// swiftlint:disable function_parameter_count
|
||||
// swiftlint:disable large_tuple
|
||||
// swiftlint:disable multiline_parameters
|
||||
|
||||
// MARK: - Family 1
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
// swiftlint:disable file_length
|
||||
// swiftlint:disable function_parameter_count
|
||||
// swiftlint:disable large_tuple
|
||||
// swiftlint:disable multiline_parameters
|
||||
{% for idx in 1...5 %}
|
||||
{% map 1...idx into components using index %}Comp{{ index }}{% endmap %}
|
||||
{% set CompParams %}{{components|join: ", "}}{% endset %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue