Skip to content

Commit c7a09c1

Browse files
committed
(doc) Prevent Yard from documenting vendor code.
This commit excludes lib/puppet/vendor from documentation. The vendor directory contains third-party code and should not be part of Puppet's documentation.
1 parent f3712da commit c7a09c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .yardopts

+1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
--api public
1515
--api private
1616
--hide-void-return
17+
--exclude lib/puppet/vendor/
1718
lib/**/*.rb

0 commit comments

Comments
 (0)