-
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
New rule to check if @Preview (Jetpack Compose) functions end with 'Preview' suffix and are also private. Part 1 #1726
Conversation
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
...rules/src/main/kotlin/com/saveourtool/diktat/ruleset/rules/chapter3/PreviewAnnotationRule.kt
Fixed
Show fixed
Hide fixed
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 163 files +1 163 suites +1 6m 34s ⏱️ - 2m 25s Results for commit 491724e. ± Comparison against base commit 6d7f952. ♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 163 files +1 163 suites +1 6m 39s ⏱️ - 4m 25s Results for commit 491724e. ± Comparison against base commit 6d7f952. ♻️ This comment has been updated with latest results. |
b678ca4
to
eab9a02
Compare
Codecov Report
@@ Coverage Diff @@
## master #1726 +/- ##
============================================
+ Coverage 78.20% 78.22% +0.02%
- Complexity 2312 2320 +8
============================================
Files 125 126 +1
Lines 8158 8198 +40
Branches 2061 2065 +4
============================================
+ Hits 6380 6413 +33
- Misses 874 877 +3
- Partials 904 908 +4
|
Part of #1322
What's done: