cuprate-hinto-janai/clippy.toml

8 lines
239 B
TOML
Raw Permalink Normal View History

2024-12-16 04:31:37 +00:00
# <https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms>
upper-case-acronyms-aggressive = true
2024-12-16 04:31:37 +00:00
# <https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown>
doc-valid-idents = [
"RandomX", ".."
]