mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 将路径匹配从单引号格式改为双引号格式 - 将正则表达式从单引号格式改为双引号格式 - 在 allowlist 部分添加描述性空行以提高可读性 - 统一配置文件的字符串引用格式为双引号
14 lines
173 B
TOML
14 lines
173 B
TOML
[allowlist]
|
|
description = "Ignore test/demo secrets"
|
|
|
|
paths = [
|
|
"docs/.*",
|
|
".*Test.*\\.json",
|
|
".*Development.*"
|
|
]
|
|
|
|
regexes = [
|
|
"FAKE_.*_KEY",
|
|
"TEST_.*_TOKEN"
|
|
]
|