-
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
Reused c.p.k.c.Rule.VisitorModifier.RunAfterRule #1310
Conversation
### What's done: * added a wrapper for rule with c.p.k.c.Rule.VisitorModifier.RunAfterRule is pointed to prev rule
### What's done: * fixed condition
### What's done: * reused typealias
### What's done: * fixed import ordering
### What's done: * fixed formatting issues
### What's done: * fixed test
Codecov Report
@@ Coverage Diff @@
## master #1310 +/- ##
============================================
+ Coverage 82.05% 82.07% +0.01%
- Complexity 2533 2534 +1
============================================
Files 105 105
Lines 7201 7214 +13
Branches 2058 2061 +3
============================================
+ Hits 5909 5921 +12
Misses 346 346
- Partials 946 947 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
### What's done: * prevRule is NotNull now
### What's done: * fixed formatting issue
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
What's done:
This pull request closes #1309