2024-02-15 16:03:04 +00:00
|
|
|
[default]
|
|
|
|
# False positive patterns.
|
|
|
|
extend-ignore-identifiers-re = [
|
|
|
|
"ND",
|
|
|
|
"DNE",
|
|
|
|
# in file: `/cryptonight/c/oaes_lib.c:1213`
|
|
|
|
# not sure if false-positive or not.
|
|
|
|
"InvMixColums",
|
2024-04-16 22:05:38 +00:00
|
|
|
# cuprate_database's `TxRo` and `tx_ro`
|
|
|
|
"RO",
|
|
|
|
"Ro",
|
|
|
|
"ro",
|
2024-02-15 16:03:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[files]
|
|
|
|
# False positive files.
|
|
|
|
extend-exclude = [
|
|
|
|
"/misc/gpg_keys/",
|
2024-10-26 00:26:34 +00:00
|
|
|
"/cryptonight/",
|
2024-07-18 23:50:27 +00:00
|
|
|
"/test-utils/src/rpc/data/json.rs",
|
2024-10-26 00:26:34 +00:00
|
|
|
"/rpc/types/src/json.rs",
|
|
|
|
"/benches/criterion/cuprate-rpc-types/benches/serde.rs",
|
2024-02-15 16:03:04 +00:00
|
|
|
]
|