Skip to content

Conversation

@atulgpt
Copy link
Contributor

@atulgpt atulgpt commented Oct 21, 2025

Fixes: #8095

Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

detekt found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

❌ Patch coverage is 81.63265% with 9 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.37%. Comparing base (00ccb8c) to head (f46e8cc).
⚠️ Report is 16 commits behind head on main.

Files with missing lines Patch % Lines
...tlin/dev/detekt/rules/style/ForbiddenMethodCall.kt 77.27% 2 Missing and 3 partials ⚠️
.../src/main/kotlin/dev/detekt/psi/FunctionMatcher.kt 85.18% 1 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #8794      +/-   ##
============================================
- Coverage     86.19%   85.37%   -0.83%     
+ Complexity     4384     4380       -4     
============================================
  Files           569      569              
  Lines         13855    12551    -1304     
  Branches       2604     2619      +15     
============================================
- Hits          11943    10715    -1228     
+ Misses          779      695      -84     
- Partials       1133     1141       +8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@atulgpt atulgpt force-pushed the fixes/8095/allow-property-forbidden-method-call branch from bf6b164 to d75ebae Compare October 21, 2025 22:15
@atulgpt atulgpt force-pushed the fixes/8095/allow-property-forbidden-method-call branch from d75ebae to f46e8cc Compare October 24, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Forbid Any Property (not just java getters/setters)

2 participants