-
Notifications
You must be signed in to change notification settings - Fork 61
docs(operator-docs): Added MergeAll operator documentation #141
docs(operator-docs): Added MergeAll operator documentation #141
Conversation
Codecov Report
@@ Coverage Diff @@
## master #141 +/- ##
=======================================
Coverage 88.46% 88.46%
=======================================
Files 7 7
Lines 78 78
Branches 7 7
=======================================
Hits 69 69
Misses 6 6
Partials 3 3Continue to review full report at Codecov.
|
|
Looks like the branch is out of sync @sumitarora |
a28ea40 to
ea22bff
Compare
|
@ladyleet done |
|
@sumitarora oh noes. otra vez por favor. |
| @@ -1,6 +1,77 @@ | |||
| import { OperatorDoc } from '../operator.model'; | |||
| import { OperatorDoc } from "../operator.model"; | |||
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.
Use single quote here. This will be handled automagically once #148 is merged.
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.
@xlozinguez It doesn't take effect as pre-commit hook change it to double quotes again. Probably would be done after #148 is merged.
|
LGTM once single quote issue is fixed |
b1836a3 to
926d8f7
Compare
|
@sumitarora please rebase to master. |
926d8f7 to
17e6b06
Compare
|
@ashwin-sureshkumar done |
Closes: #67