wordpress-mobile / WordPress-iOS-Shared

Shared components used in building the WordPress iOS apps and other library components
GNU General Public License v2.0
18 stars 22 forks source link

Fix SwiftLint violations #347

Closed mokagio closed 5 months ago

mokagio commented 5 months ago

Builds on top of https://github.com/wordpress-mobile/WordPress-iOS-Shared/pull/344 and addresses all the SwiftLint violations via:

<local DerivedData path>/WordPress-iOS-Shared/SourcePackages/artifacts/swiftlint/SwiftLintBinary/SwiftLintBinary.artifactbundle/swiftlint-0.54.0-macos/bin/swiftlint /
  lint --fix --format

I decided to split the PRs so that the one setting up the tooling didn't have any noise from the fixes and also worked as a demo for how the integration picks up violations in CI.


mokagio commented 5 months ago

I forgot to ask for a review on this, but also these changes are all automated.

I'm going to admin-merge to unblock merging #344