-
Notifications
You must be signed in to change notification settings - Fork 12
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
Adds swiftlint #63
Adds swiftlint #63
Conversation
@cb-gadagoju Can you please review this one? Its been open for a while now and it will be difficult to merge and update this PR everytime there is a change new change. |
@@ -205,6 +205,7 @@ extension CBPurchase: SKProductsRequestDelegate { | |||
|
|||
// MARK: - SKPaymentTransactionObserver delegates | |||
extension CBPurchase: SKPaymentTransactionObserver { | |||
// swiftlint:disable:next cyclomatic_complexity |
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.
Temporarily disables lint check. This will be refactored separately. cc: @cb-gadagoju
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.