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

add rakefile (lowercase) to default config #7951

Merged
merged 1 commit into from May 11, 2020
Merged

add rakefile (lowercase) to default config #7951

merged 1 commit into from May 11, 2020

Commits on May 11, 2020

  1. add rakefile (lowercase) to default config

    We should also support `rakefile` when looking for Ruby files to
    process.
    
    As of rake-13.0.1
    
    ```
    # rake/lib/rake/application.rb
    DEFAULT_RAKEFILES = [
      "rakefile",
      "Rakefile",
      "rakefile.rb",
      "Rakefile.rb"
    ].freeze
    ```
    jethrodaniel committed May 11, 2020
    Copy the full SHA
    d64060f View commit details
    Browse the repository at this point in the history