Files
wickra/clippy.toml
T

5 lines
279 B
TOML
Raw Normal View History

# 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.
doc-valid-idents = ["LeBeau", "McClellan", ".."]