mirror of
https://github.com/astaxie/beego.git
synced 2024-11-10 21:20:55 +00:00
17 lines
252 B
Plaintext
17 lines
252 B
Plaintext
|
{
|
||
|
"file_line": 500,
|
||
|
"func_line": 80,
|
||
|
"params_num":4,
|
||
|
"results_num":3,
|
||
|
"formated": true,
|
||
|
"pkg_name": true,
|
||
|
"camel_name":true,
|
||
|
"ignore":[
|
||
|
"a/*",
|
||
|
"b/*/c/*.go"
|
||
|
],
|
||
|
"fatal":[
|
||
|
"formated"
|
||
|
]
|
||
|
}
|