cuprate-hinto-janai/clippy.toml
hinto.janai 6f85531966
lints
2024-12-15 23:31:37 -05:00

7 lines
239 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", ".."
]