Andrew Lord
Andrew Lord
**Describe the problem** Currently, there is no way via the API to pipe the output of a command into another command. For example to run something similar to: `echo '{"key":"value"}'...
## Context Currently, you only know you need to run 'fetch' when the 'generate' fails. This means all developers need to know to do this and need to do this....
Currently, there is a lot of functionality built into the executable target 'swiftlint'. This means that if you want to use SwiftLint as a framework, such as when building a...
Is there a particular reason to have Swift Concurrency (Async-Await) support as a separate dependency? I understand RxSwift and ReactiveSwift as they add support for working with 3rd-party reactive libraries....
### Checklist - [X] I've read the [guide for contributing](https://github.com/lordcodes/turtle/blob/master/CONTRIBUTING.md). - [X] I've checked there are no other [open pull requests](https://github.com/lordcodes/turtle/pulls) for the same change. - [X] I've formatted all...
## Context 🕵️♀️ In our project we used an Aggregate Target (and scheme) so that we could run quality checks within Xcode, SwiftLint and SwiftFormat. The advantage of doing this...
When using the regular SwiftLint binary it can extract customisations from a .swiftlint config file, such as opt-in rules to enable, rules to disable, configurations for different rules and files...