mirror of
https://github.com/hinto-janai/cuprate.git
synced 2024-11-16 15:58:14 +00:00
17 lines
278 B
TOML
17 lines
278 B
TOML
|
[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",
|
||
|
]
|
||
|
|
||
|
[files]
|
||
|
# False positive files.
|
||
|
extend-exclude = [
|
||
|
"/misc/gpg_keys/",
|
||
|
"cryptonight/",
|
||
|
]
|