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

Add SwiftLint #261

Closed mokagio closed 2 years ago

mokagio commented 4 years ago

My hack week project for Q2 of 2020 is to add linters everywhere I can.

This PR adds SwiftLint to this pod, using at .swiftlint.yml config from the WordPress-iOS app.

There is an open PR on the SwiftLint repo to add support for a remote config file, which is what I'll try to do next.

mokagio commented 2 years ago

Closing as stale.

Funny enough, I worked on SwiftLint for HACK Week Q2 2022 and the stuff done here was a great place to start. I hope to port the setup (https://github.com/wordpress-mobile/WordPressKit-iOS/pull/517, https://github.com/wordpress-mobile/WordPressKit-iOS/pull/519, https://github.com/wordpress-mobile/WordPressKit-iOS/pull/518) here "soon".