SwiftLint
SwiftLint copied to clipboard
Add Command Plugins
Motivation
SwiftLint already has a Build Tool Plugin in place. However, with the Build Tool Plugin, the files in the package cannot be modified, nor can they be executed at any given time. For this reason I have implemented the Command Plugin.
References
- https://github.com/apple/swift-evolution/blob/c42a47e9e631a5cc8cf89567f3bfa799d0dc5011/proposals/0332-swiftpm-command-plugins.md#example-2-formatting-source-code
- https://github.com/apple/swift-format/pull/449
- https://github.com/nicklockwood/SwiftFormat/pull/1297
- https://github.com/apple/swift-docc-plugin
- #4176
1 Message | |
---|---|
:book: | Skipping OSSCheck because SwiftLint hasn't changed compared to 'main' |
Generated by :no_entry_sign: Danger