-
Notifications
You must be signed in to change notification settings - Fork 232
Fix detekt issues in develop #1004
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
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #1004 +/- ##
===========================================
+ Coverage 56.69% 56.74% +0.05%
===========================================
Files 983 983
Lines 24909 24949 +40
Branches 5060 5076 +16
===========================================
+ Hits 14121 14157 +36
- Misses 8545 8547 +2
- Partials 2243 2245 +2
☔ View full report in Codecov by Sentry. |
Kudos, SonarCloud Quality Gate passed! |
} | ||
} | ||
else -> break | ||
Event.Complete, is Event.Error -> foundItemOrFinished = true |
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.
Wow now I can understand this code too! :)
FIx some detekt issues in develop after changing the lint rules.