-
Notifications
You must be signed in to change notification settings - Fork 458
EthereumContractTest removed swiftLint errors and warnings #688
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
EthereumContractTest removed swiftLint errors and warnings #688
Conversation
It seems a good idea(at least for me) to start cleaning up tests from swiftLint warns and errors, small PRs that are easy to read. |
This is a good idea! I think it would be best though to wait until #685 #683 #673 are all merged - as otherwise this will just lead to lots of merge conflicts. |
@albertopeam just saying, that by far we've discussed such, though it was a long time ago, we doesn't apply such sever rules for tests as for the library code itself, for example there was force try and force unwrap allowing as long as it passed ci/cd pipeline. This is not that I'm against such sever rules for tests I'm actually up to, just back there there was a very few folks who contribute here constantly besides me, drastically in contrary as it is now, but my point is that it worth to at least discuss and vote for all such point which in whole would become contribution guidelines actually. |
|
Sure, I am here to listen and learn. If you want to discuss the rules of swiftlint I am in :) |
2ab41c0
to
38c3de4
Compare
my point of view is to avoid using |
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.
LGTM!
removed: