Skip to content
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

Remove :rdoc Rake task in generated plugin #38574

Merged
merged 1 commit into from
Apr 5, 2020

Commits on Apr 4, 2020

  1. Remove rake rdoc task in generated plugin

    The `rdoc lib` command produces nearly the same output as `rake rdoc`.
    The `rdoc lib` command also has the benefit of being standard, whereas
    Rake subcommands can vary from project to project.  Since the purpose of
    either command is to support local development, as opposed to generating
    official docs for consumption by e.g. rubygems, the standard command
    seems preferable.
    
    Note that the `rdoc` command outputs to the doc/ directory by default,
    so this commit also adds that directory to the plugin .gitignore file.
    jonathanhefner committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    677eac6 View commit details
    Browse the repository at this point in the history