2026-05-22 19:42:14 +02:00
|
|
|
# Proper nouns that appear in indicator documentation. They are real names,
|
|
|
|
|
# not code identifiers, so `clippy::doc_markdown` must not demand backticks.
|
|
|
|
|
# `..` keeps clippy's built-in default identifier list in addition to these.
|
2026-06-03 17:24:33 +02:00
|
|
|
doc-valid-idents = ["LeBeau", "McClellan", ".."]
|