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 -Werror flag to turn Ruby warnings into errors #995

Closed
wants to merge 1 commit into from

Commits on Apr 11, 2024

  1. Add -Werror flag to turn Ruby warnings into errors

    Fix: minitest#990
    
    When working on gems that support multiple Ruby versions,
    it can be tricky to noticed you introduced a warning as you
    generally develop locally with one specific version and rely
    on CI to ensure it still works on other Ruby versions.
    byroot committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    75a62af View commit details
    Browse the repository at this point in the history