-
Notifications
You must be signed in to change notification settings - Fork 31
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
Suppress swiftlint warnings #143
Conversation
Oh, lint was failed... |
In #142, swiftlint version is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
We don't manage the SwiftLint version because it's a bit of a hassle. I have no idea why SwiftLint version was different with each worker... |
We may ignore |
Should we use |
Could you update the configuration file? |
@giginet I disabled the command and confirmed that there are no violations in both versions |
In #142, I found there were codes violating
optional_data_string_conversion
.In this PR, I addressed the warnings.