-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Questions about file selection #1163
Comments
I don't know the rules off the top of my head, but you can find code around what's removed and included at: RDoc#normalized_file_listLines 275 to 315 in 95cc15b
RDoc#remove_unparseableLines 428 to 434 in 95cc15b
|
Thanks, @colby-swandale; will look into this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm looking at file selection for the
rdoc
command.I see in the code that certain files and directories are excluded by default:
~
,.orig
,.rej
,.bak
,.gemspec
..
.test
orspec
.When I run
rdoc
(no arguments or options) inruby/rdoc/
, certain other files (and possibly directories) are excluded:console
inbin/
.rdoc
andri
inexe/
.ri.1
inman/
.epock.rake
inrakelib/
.Questions:
The text was updated successfully, but these errors were encountered: