We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607827 commit b3e998bCopy full SHA for b3e998b
Rakefile
@@ -28,7 +28,7 @@ if RUBY_VERSION >= "2.5"
28
require "ruby_memcheck"
29
require "ruby_memcheck/rspec/rake_task"
30
31
- RubyMemcheck.config(skipped_ruby_functions: ["rb_utf8_str_new_cstr", "rb_exc_new_str"])
+ RubyMemcheck.config(skipped_ruby_functions: %w[rb_utf8_str_new_cstr rb_exc_new_str])
32
namespace :spec do
33
RubyMemcheck::RSpec::RakeTask.new(valgrind: :compile)
34
end
0 commit comments