cuprate-hinto-janai/clippy.toml
2025-03-08 18:48:47 +00:00

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.
".."
]