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

fix: avoid emitting warnings when ruby is run with -w #1

Commits on Dec 30, 2020

  1. fix: avoid emitting warnings when ruby is run with -w

    I've also turned on warnings for this gem's tests, to make it more
    obvious when this is happening in the future.
    
    Without this fix, users will see repeated messages like this:
    
    > source_file_formatter.rb:20: warning: instance variable @line_coverage not initialized
    flavorjones committed Dec 30, 2020
    Copy the full SHA
    766bd80 View commit details
    Browse the repository at this point in the history