51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
{
|
|
"version": "1.0",
|
|
"enabled": true,
|
|
"severity_threshold": "high",
|
|
"exclude_paths": [
|
|
"target/",
|
|
"node_modules/",
|
|
"*.test.rs",
|
|
"tests/",
|
|
"benches/"
|
|
],
|
|
"rules": {
|
|
"terminology": {
|
|
"enabled": true,
|
|
"severity": "critical",
|
|
"description": "检查NAC术语使用"
|
|
},
|
|
"dependency": {
|
|
"enabled": true,
|
|
"severity": "critical",
|
|
"description": "检查以太坊依赖"
|
|
},
|
|
"naming": {
|
|
"enabled": true,
|
|
"severity": "high",
|
|
"description": "检查命名规范"
|
|
},
|
|
"architecture": {
|
|
"enabled": true,
|
|
"severity": "high",
|
|
"description": "检查架构原则"
|
|
},
|
|
"protocol": {
|
|
"enabled": true,
|
|
"severity": "critical",
|
|
"description": "检查协议使用"
|
|
},
|
|
"consensus": {
|
|
"enabled": true,
|
|
"severity": "critical",
|
|
"description": "检查共识概念"
|
|
}
|
|
},
|
|
"custom_rules": [],
|
|
"auto_fix": false,
|
|
"fail_on_critical": true,
|
|
"fail_on_high": false,
|
|
"output_format": "console",
|
|
"verbose": true
|
|
}
|