-
Notifications
You must be signed in to change notification settings - Fork 844
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
Update to detekt 1.23.7 #3901
Update to detekt 1.23.7 #3901
Conversation
No New Or Fixed Issues Found |
@@ -37,6 +37,9 @@ data class EnvironmentUrlDataJson( | |||
@SerialName("events") | |||
val events: String? = null, | |||
) { | |||
/** | |||
* Companion object for [EnvironmentUrlDataJson]. | |||
*/ |
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.
Is there some rule we could use to avoid this? Documentation for companion objects doesn't seem to gain us anything.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3901 +/- ##
=======================================
Coverage 88.65% 88.65%
=======================================
Files 414 414
Lines 33945 33945
Branches 5006 5006
=======================================
Hits 30095 30095
Misses 2091 2091
Partials 1759 1759 ☔ View full report in Codecov by Sentry. |
3a54e82
to
776baa3
Compare
776baa3
to
d9e940d
Compare
Thanks @SaintPatrck & @brian-livefront |
🎟️ Tracking
N/A
📔 Objective
This PR updates the app to use the latest version of detekt (v1.23.7).
Release Notes!
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes