Skip to content

Commit

Permalink
Ignore perfect_toml have warnings in ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Mar 20, 2024
1 parent afcaafc commit a699625
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
:raise
}

# https://bugs.ruby-lang.org/issues/20205
# https://github.com/mame/perfect_toml/blob/6bdfc3b9e93a074a5180525483b6060f062b6724/lib/perfect_toml.rb#L400
Gem.path.each do |path|
Warning.ignore(//, path)
end

Warning.process(&WARNING_PROCESS)

require_relative('../lib/ulid')
Expand Down

0 comments on commit a699625

Please sign in to comment.