Files

15 lines
463 B
TOML

[extend]
useDefault = true
[[allowlists]]
description = "Public vendor/protocol constants in the pristine OpenRGB 1.0rc3 import"
commits = ["a15d49986ddada23b60a2dae5a7885919c28ac6f"]
[[allowlists]]
description = "Exact OpenRGB identifiers that resemble generic API keys after a parentless export"
regexTarget = "match"
regexes = [
'''caps\.idx_perkey_v2\s*:\s*caps\.idx_perkey_v1''',
'''NVAPI_I2C_SPEED_200KHZ,\s*NVAPI_I2C_SPEED_400KHZ''',
]