# Proper nouns / product names that clippy's `doc_markdown` lint would # otherwise flag as un-backticked identifiers in doc-comments. `".."` # keeps clippy's built-in default list (GitHub, OAuth, …) and extends it. # # `LogsQL` and `VictoriaLogs` are here rather than backticked at each use # because several of those uses are clap doc-comments, which ARE the # `--help` text — backticks would be printed literally to an operator's # terminal to satisfy a lint about rustdoc rendering. doc-valid-idents = ["WireGuard", "LogsQL", "VictoriaLogs", ".."]