diff options
| author | Loren Segal | 2014-10-19 13:13:02 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-20 08:24:06 +0100 |
| commit | 3f7d2f846f74172bfea2a6dd8c66fadc4f6294d1 (patch) | |
| tree | ad9b6c70245eb8f5f834cf713b307272efdfd122 /.yardopts | |
| parent | f12aac6753d6f28251001c4c747773000fa92b0e (diff) | |
| download | homebrew-3f7d2f846f74172bfea2a6dd8c66fadc4f6294d1.tar.bz2 | |
yardopts: specify "extra" files.
The current .yardopts is treating extra .md files as source code rather
than registering them as "extra files". YARD needs a "-" to separate
source from non-source files.
Closes #33362.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to '.yardopts')
| -rw-r--r-- | .yardopts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,5 +3,6 @@ --exclude Library/Homebrew/test/vendor/ --exclude Library/Homebrew/vendor/ Library/Homebrew/**/*.rb +- Library/Homebrew/*.md *.md |
