You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: avoid emitting warnings when ruby is run with -w (#1)
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
0 commit comments