atharvalade commented on code in PR #3069: URL: https://github.com/apache/iggy/pull/3069#discussion_r3066641928
########## .typos.toml: ########## @@ -30,6 +30,8 @@ bimap = "bimap" flate = "flate" # Valid Rust compression crate name flate2 = "flate2" +# valid rust crate name +writeable = "writeable" Review Comment: This `writeable = "writeable"` entry is a duplicate.. it already exists below at line 42 (added as part of the ICU4X crate whitelist). Duplicate keys are a TOML spec violation and may cause a parse error depending on the parser. Please remove this addition; the existing entry already suppresses the false positive. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
