Skip warnings for duplicate keys

This commit is contained in:
Nobuyoshi Nakada 2024-03-16 00:09:29 +09:00
parent 91bf7eb274
commit a83703af79
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -1,3 +1,4 @@
exclude(:test_dregexp, "unknown")
exclude(:test_frozen_string_in_array_literal, "incorrect frozen value")
exclude(:test_hash_duplicated_key, "parser implementation dependent")
exclude(:test_string, "https://github.com/ruby/prism/issues/2331")