Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update SwiftLint used by danger-swift-with-swiftlint to 0.49.1 #538

Merged
merged 2 commits into from
Sep 27, 2022

Conversation

Kiran-B
Copy link
Contributor

@Kiran-B Kiran-B commented Sep 23, 2022

Update SwiftLint from v0.46.1 -> 0.49.1 in the Dockerfile.

Details about whats new in SwiftLint is available here:
https://github.com/realm/SwiftLint/releases

Copy link
Member

@f-meloni f-meloni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Kiran-B
Copy link
Contributor Author

Kiran-B commented Sep 23, 2022

I wasn't sure whether the CHANGELOG.md needs to be updated. Do let me know if that's required. Thanks.

@f-meloni
Copy link
Member

It would be definitely nice! Thank you :)

@Kiran-B
Copy link
Contributor Author

Kiran-B commented Sep 23, 2022

Sure. Updated.

@@ -530,3 +531,6 @@ This release also includes:
[@lunij]: https://github.com/lunij
[@majd]: https://github.com/majd
[@pouyayarandi]: https://github.com/pouyayarandi
[@Kiran-B]: https://github.com/Kiran-B
[SwiftLint]: https://github.com/realm/SwiftLint
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to leave a line blank, that make user's link block and others🤔

@f-meloni f-meloni merged commit 85cbade into danger:master Sep 27, 2022
@f-meloni
Copy link
Member

Hey @Kiran-B sorry, I had to temporarily revert this, because at the moment is not working, and so the build for the release failed :(

https://github.com/danger/swift/actions/runs/3249467853/jobs/5331906227#step:8:128

@Kiran-B
Copy link
Contributor Author

Kiran-B commented Oct 14, 2022

Sorry, my bad. Missed updating Docker Container. Need to replace

FROM swift:5.5.3-focal

with

FROM swift:5.6.3-focal

or (to future proof)

FROM swift:5.7.0-focal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants