-
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
Bugfix/fix cause long line #1373
Conversation
* correct logic check White Space around Operator References in WhiteSpaceRule.kt * added smoke test ### Issue(#1339)
* correct logic check White Space around Operator References in WhiteSpaceRule.kt * added smoke test * fix all ### Issue(#1339)
* correct logic check White Space around Operator References in WhiteSpaceRule.kt * added smoke test * fix all ### Issue(#1339)
Codecov Report
@@ Coverage Diff @@
## master #1373 +/- ##
============================================
- Coverage 83.47% 83.43% -0.05%
- Complexity 2550 2555 +5
============================================
Files 107 107
Lines 7547 7557 +10
Branches 2082 2087 +5
============================================
+ Hits 6300 6305 +5
- Misses 367 368 +1
- Partials 880 884 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* correct logic check White Space around Operator References in WhiteSpaceRule.kt * added smoke test * fix all ### Issue(#1339)
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter1/PackageNaming.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/WhiteSpaceRule.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/files/WhiteSpaceRule.kt
Outdated
Show resolved
Hide resolved
diktat-rules/src/test/kotlin/org/cqfn/diktat/ruleset/smoke/DiktatSmokeTest.kt
Show resolved
Hide resolved
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.
Lgtm
When fix multiline expressions(only Operator Referenes), long lines appear
This pull request closes #1339
Actions checklist
fix can cause long line
, ManyLineTransformInLongLineExpected.kt and ManyLineTransformInLongLineTest