mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-04-16 19:01:55 +00:00
9 lines
295 B
TOML
9 lines
295 B
TOML
# <https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms>
|
|
upper-case-acronyms-aggressive = true
|
|
|
|
# <https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown>
|
|
doc-valid-idents = [
|
|
"RandomX",
|
|
# This adds the rest of the default exceptions.
|
|
".."
|
|
]
|