-
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
Making dot qualified expression configurable #1420
base: master
Are you sure you want to change the base?
Conversation
### What's done: - now dot qualified expression will be configured with 'maxCallsInOneLine' again
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/NewlinesRule.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/NewlinesRule.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/chapter3/files/NewlinesRuleWarnTest.kt
Fixed
Show fixed
Hide fixed
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.
Looks okay as another quick fix for this; we've opened #1412 to merge two overlapping parts of logic (after 1.2.2 probably)
# Conflicts: # diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/NewlinesRule.kt
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 166 files ±0 166 suites ±0 25m 47s ⏱️ -46s For more details on these failures, see this check. Results for commit 3fb2d7c. ± Comparison against base commit 3a0cc50. ♻️ This comment has been updated with latest results. |
Codecov Report
@@ Coverage Diff @@
## master #1420 +/- ##
=========================================
Coverage 82.50% 82.50%
- Complexity 2335 2336 +1
=========================================
Files 112 112
Lines 7892 7893 +1
Branches 2048 2048
=========================================
+ Hits 6511 6512 +1
Misses 452 452
Partials 929 929
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@nulls thank you |
What's done: