Fixes T189
Details
- Reviewers
lbrabec kparal tflink - Maniphest Tasks
- T189: MashDirective has some missing docstrings
- Commits
- rLTRN050891fc940e: mash directive: add docstrings
None
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Lint Skipped - Unit
Unit Tests Skipped
libtaskotron/directives/mash_directive.py | ||
---|---|---|
33–34 | Can you please also specify what the directive actually does? Something like:
| |
36–39 | Can you please also somehow specify what this directive returns as a return value? We already touched this topic in D104. I think we should have that information in all our directives. |
Can you please also somehow specify what this directive returns as a return value?
At this point, it doesn't return anything (well, it returns None).
At this point, it doesn't return anything (well, it returns None).
Great, please document.
libtaskotron/directives/mash_directive.py | ||
---|---|---|
33–34 | Just a nitpicking, you might want to consider better doc rendering using: ``rpmdir`` and ``mash`` |
Can you please also specify what the directive actually does? Something like: