docs(yard): hide method source from the published documentation - #22
Merged
Conversation
- same setup as fluence-gateway-auth-ruby: a template override that drops the source_code block, wired via --template-path, so the public GitHub Pages site does not expose the implementation - verified: the generated doc carries zero source_code blocks with the template, one without
🛡️ Coverage Report: 100.0% (0.0%)
✅ All changes are tested. |
📊 Code Quality Report
✅ No new code-quality findings. 🔍 All 85 reek smells on this PR
📊 Flog complexity breakdown📊 Flay duplication breakdown |
🛡️ Documentation Quality: 100.0% (0.0%)
✅ Documentation quality above threshold. |
🛡️ RuboCop: 0 offenses (0)
✅ No RuboCop offenses. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Aligns the yardoc setup with fluence-gateway-auth-ruby: a
yard-templatesoverride drops thesource_codeblock from every method page (wired via--template-pathin.yardopts), so the public GitHub Pages site does not expose the implementation. Verified on the generated output: zerosource_codeblocks with the template, one without..yardstick.ymlwas already identical between the two repos.