-
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
Support DistributiveLaw as jbool.Rule #1369
Conversation
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.
Found 12 potential problems in the proposed changes. Check the Files changed tab for more details.
Codecov Report
@@ Coverage Diff @@
## master #1369 +/- ##
============================================
- Coverage 83.55% 83.53% -0.03%
+ Complexity 2581 2552 -29
============================================
Files 106 106
Lines 7529 7517 -12
Branches 2084 2081 -3
============================================
- Hits 6291 6279 -12
- Misses 358 359 +1
+ Partials 880 879 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/BooleanExpressionsRule.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/BooleanExpressionsRule.kt
Fixed
Show fixed
Hide fixed
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/BooleanExpressionsRule.kt
Fixed
Show fixed
Hide fixed
fd488de
to
28f4899
Compare
diktat-rules/src/main/kotlin/org/cqfn/diktat/ruleset/rules/chapter3/BooleanExpressionsRule.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
diktat-rules/src/test/resources/test/paragraph3/boolean_expressions/DistributiveLawExpected.kt
Show resolved
Hide resolved
A tag for |
### What's done: - implemented DistributiveLaw extends com.bpodgursky.jbool_expressions.rules.Rule.Rule
cf887de
to
476d4f7
Compare
What's done:
This pull request closes #1299