[Oztechan/Global#4] Global config update synced file(s) with Oztechan/Global#4794
Conversation
…th remote 'detekt.yml'
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Coverage variation | ✅ +0.00% coverage variation |
| Diff coverage | ✅ ∅ diff coverage |
Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (49b365d) 3341 1746 52.26% Head commit (755155c) 3341 (+0) 1746 (+0) 52.26% (+0.00%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#4794) 0 0 ∅ (not applicable) Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
There was a problem hiding this comment.
Pull request overview
This PR syncs the repository’s detekt.yml with the centralized configuration from Oztechan/Global, adjusting Detekt rule behavior to better match Jetpack Compose usage patterns in this codebase.
Changes:
- Configure
style.MagicNumberto be more permissive for Compose-centric patterns (e.g., property declarations and composables/previews). - Configure
style.UnusedPrivateMemberto ignore@Preview-annotated members.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #4794 +/- ##
========================================
Coverage 55.29% 55.29%
========================================
Files 169 169
Lines 3033 3033
Branches 452 452
========================================
Hits 1677 1677
Misses 1331 1331
Partials 25 25 🚀 New features to boost your workflow:
|
|



synced local file(s) with Oztechan/Global.
Changed files
detekt.ymlwith remotedetekt.ymlThis PR was created automatically by the repo-file-sync-action workflow run #29186524445