-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fixed warning FUNCTION_BOOLEAN_PREFIX
on operator fun
#1767
Conversation
### What's done: - fixed warning `FUNCTION_BOOLEAN_PREFIX` on `operator fun`. - added warning test. Closes #1723
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 10m 35s ⏱️ + 6m 46s Results for commit 6fa6ade. ± Comparison against base commit c28f1a1. ♻️ This comment has been updated with latest results. |
diktat-rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter1/IdentifierNaming.kt
Outdated
Show resolved
Hide resolved
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 164 files ±0 164 suites ±0 8m 19s ⏱️ + 2m 29s Results for commit 6fa6ade. ± Comparison against base commit c28f1a1. ♻️ This comment has been updated with latest results. |
Codecov Report
@@ Coverage Diff @@
## master #1767 +/- ##
=========================================
Coverage 78.25% 78.25%
+ Complexity 2410 2409 -1
=========================================
Files 126 126
Lines 8451 8453 +2
Branches 2148 2149 +1
=========================================
+ Hits 6613 6615 +2
Misses 880 880
Partials 958 958
|
What's done:
FUNCTION_BOOLEAN_PREFIX
onoperator fun
.Closes #1723